Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeyUsersREC committed Feb 29, 2024
1 parent 0b119b5 commit ae6ff6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erm.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ async def tempban_checks():
continue

if not cached_servers.get(punishment_item['Guild']):
cached_servers[punishment_item['Guild']] = await bot.prc_api.fetch_bans()
cached_servers[punishment_item['Guild']] = await bot.prc_api.fetch_bans(punishment_item['Guild'])

punishment_item['CheckExecuted'] = True
await bot.punishments.update_by_id(punishment_item)
Expand Down

0 comments on commit ae6ff6d

Please sign in to comment.