Skip to content

Commit

Permalink
Update explore_normal_task.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying authored Feb 1, 2024
1 parent eaef85b commit 156799b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/explore_normal_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def implement(self):
return True
choose_region(self, region)
self.stage_data = get_stage_data(region)
for k in range(0, 5):
for k in range(0, 10):
mission = calc_need_fight_stage(self, region)
if mission == "ALL MISSION SWEEP AVAILABLE":
self.logger.critical("ALL MISSION AVAILABLE TO SWEEP")
Expand Down

0 comments on commit 156799b

Please sign in to comment.