Skip to content

Commit

Permalink
fix: activity sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Jul 6, 2024
1 parent 3f8dd08 commit d9cbf48
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@


def implement(self):
# times = preprocess_activity_sweep_times(self.config["activity_sweep_times"])
# region = preprocess_activity_region(self.config["activity_sweep_task_number"])
# self.logger.info("activity sweep task number : " + str(region))
# self.logger.info("activity sweep times : " + str(times))
# if len(times) > 0:
# sweep(self, region, times)
times = preprocess_activity_sweep_times(self.config["activity_sweep_times"])
region = preprocess_activity_region(self.config["activity_sweep_task_number"])
self.logger.info("activity sweep task number : " + str(region))
self.logger.info("activity sweep times : " + str(times))
if len(times) > 0:
sweep(self, region, times)
exchange_reward(self)
return True

Expand Down

0 comments on commit d9cbf48

Please sign in to comment.