Skip to content

Commit

Permalink
fix:关闭基报读取
Browse files Browse the repository at this point in the history
  • Loading branch information
EightyDollars committed Nov 6, 2023
1 parent 79c4b6d commit 9d1837c
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 @@ -339,7 +339,7 @@ def simulate():

if sleep_time > 540:
if base_scheduler.daily_mission is False:
base_scheduler.daily_mission = base_scheduler.read_report()
base_scheduler.daily_mission = True
base_scheduler.mail_plan_solver()
if base_scheduler.skland_config["skland_enable"] == 1:
base_scheduler.skland_plan_solover()
Expand Down

0 comments on commit 9d1837c

Please sign in to comment.