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 18, 2024
1 parent c79e873 commit 4fccbec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def implement(self):
self.logger.info("activity sweep times : " + str(times))
if len(times) > 0:
sweep(self, region, times)
exchange_reward(self)
# exchange_reward(self)
return True


Expand Down

0 comments on commit 4fccbec

Please sign in to comment.