Remove weekly info update from end freeze path as its only needed when the week rolls over (begin freeze)

This commit is contained in:
Peter 2024-02-04 09:30:36 -05:00
parent 83e3cbd081
commit 95be95bf9c

View File

@ -384,8 +384,6 @@ class Transactions(commands.Cog):
await self.process_freeze_moves(current)
await send_to_channel(self.bot, 'transaction-log', freeze_message)
self.trade_season = False
if current['week'] > 0 and current['week'] <= 18:
await self.post_weekly_info(current)
@weekly_loop.before_loop
async def before_notif_check(self):