Browse Source

!2 fix test fun

pcacc 2 tháng trước cách đây
mục cha
commit
25ad7aab22
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app_dongri.py

+ 2 - 2
app_dongri.py

@@ -615,13 +615,13 @@ def auto_task(data):
 def handle_auto_participate():
     global autoTask
     send_status(f'开始自动集结模式')
-    task_testFun().run()
+    executor.submit(auto_participate)
 
 @socketio.on('begin_testNewFun')
 def handle_auto_testNewFun():
     global autoTask
     send_status(f'开始自动测试新功能')
-    executor.submit(auto_testNewFun)
+    task_testFun().run()
 
 
 @socketio.on('begin_auto_ranshuang')