浏览代码

!2 currently do not return all line

pcacc 4 月之前
父节点
当前提交
a58b3f9628
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app_dongri.py

+ 1 - 1
app_dongri.py

@@ -188,7 +188,7 @@ def restart_game():
     auto_task(config)
 
 def auto_participate():
-    task_queue.appendleft(task_returnAllLine())
+    #task_queue.appendleft(task_returnAllLine())
 
     timeout = 40 * 60
     start_time = time.time()  # 记录开始时间