Skip to content

Commit 1a86918

Browse files
committed
删除多余注释
1 parent ae11582 commit 1a86918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/local/bot_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def try_create_ot2_bot():
3030

3131
# 尝试从队列中获取结果,设置超时时间防止无限等待
3232
try:
33-
success = queue.get(timeout=3) # 设置适当的超时时间,例如10秒
33+
success = queue.get(timeout=3)
3434
except Exception as e:
3535
LOGGER.error("Failed to retrieve the result from the subprocess: %s", e)
3636
success = False

0 commit comments

Comments
 (0)