Skip to content

Commit

Permalink
Fix: Temporarily disable dossier reward receive. (#2638)
Browse files Browse the repository at this point in the history
Co-authored-by: LmeSzinc <lmeszincsales@gmail.com>
  • Loading branch information
guoh064 and LmeSzinc committed May 27, 2023
1 parent d98f04d commit 84e8099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module/meta_reward/meta_reward.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,8 @@ def run(self, dossier=True):
# If dossier beacon is not enabled, or MetaReward is invoked
# by AshBeaconAssist, do not need to check dossier
if self.has_possible_dossier_reward(is_dossier=dossier):
self.search_for_dossier_reward()
# self.search_for_dossier_reward()
logger.info('Dossier meta reward receiving feature is temporarily disabled by the developer. \nPlease receive it by yourself for the time.')
else:
logger.info('MetaReward is called by current beacon, skip dossier reward check')
return
Expand Down

0 comments on commit 84e8099

Please sign in to comment.