Skip to content

Commit

Permalink
试图修复会客室交流结束时的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Sep 19, 2023
1 parent 0efbf17 commit d49dc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arknights_mower/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def simulate():
time.sleep(sleep_time)
if len(base_scheduler.tasks) > 0 and base_scheduler.tasks[0].type.value.split('_')[0] == 'maa':
logger.info(f"开始执行 MAA {base_scheduler.tasks[0].type.value.split('_')[1]} 任务")
base_scheduler.maa_plan_solver((base_scheduler.tasks[0].type.value.split[1]).split(','), one_time=True)
base_scheduler.maa_plan_solver([base_scheduler.tasks[0].type.value.split('_')[1]], one_time=True)
continue
base_scheduler.run()
reconnect_tries = 0
Expand Down

0 comments on commit d49dc1f

Please sign in to comment.