Skip to content

Commit

Permalink
Update autorefresh.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev authored Apr 11, 2024
1 parent c30a0e1 commit 6c67c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background/logs/autorefresh.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def auto_refresh(self, event):

await logic(bot=self.bot, guild=server, db_server=db_server, members=[discord_member],
role_or_user=discord_member, eval_types=DEFAULT_EVAL_ROLE_TYPES,
auto_eval_tag=player_tag, role_treatment=db_server.role_treatment)
role_treatment=db_server.role_treatment)
if db_server.auto_eval_log is not None:
try:
channel = await self.bot.getch_channel(data.get("server_data", {}).get("autoeval_log"))
Expand Down

0 comments on commit 6c67c5d

Please sign in to comment.