|
@@ -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')
|