Skip to content

Commit

Permalink
Fix: delete exchange reward in current cn activity
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying authored Sep 28, 2024
1 parent c02db1e commit e984aaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module/activities/no_227_kinosaki_spa.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def implement(self):
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 e984aaf

Please sign in to comment.