|
@@ -105,9 +105,7 @@ def send_status(msg):#软件执行状态
|
|
|
for item in g_status_list:
|
|
|
sendStr = f"{g_times}次-{item['time']}-{item['msg']}<br>" + sendStr
|
|
|
|
|
|
- #print(sendStr)
|
|
|
emit('processing_status', sendStr)
|
|
|
- print(sendStr)
|
|
|
|
|
|
# 如果消息是 "结束",发送所有状态并清空列表
|
|
|
if msg == "结束":
|
|
@@ -407,7 +405,7 @@ def add_auto_task(isMaxCollect, isJina, isSimple = False, isAddStrengh = False,
|
|
|
if g_isRestart:
|
|
|
handle_restart_game()
|
|
|
else:
|
|
|
- myTimeSleep(random.randint(100, 150), send_status)
|
|
|
+ myTimeSleep(random.randint(350, 400), send_status)
|
|
|
|
|
|
|
|
|
task_queue.clear()
|