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 committed Feb 4, 2024
1 parent 28579ee commit b607477
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 @@ -58,7 +58,7 @@ def implement(self):
# test(self)
self.scheduler.change_display("普通关推图")
self.quick_method_to_main_page()
if self.config['explore_normal_task_force_fight']:
if self.config['explore_normal_task_force_each_fight']:
normal_task.to_normal_event(self)
tasks = get_explore_normal_task_missions(self.config['explore_normal_task_missions'])
self.logger.info("VALID TASKS : " + str(tasks))
Expand Down

0 comments on commit b607477

Please sign in to comment.