Skip to content

Commit

Permalink
Fixing join logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeyUsersREC committed Mar 8, 2024
1 parent abc2500 commit a155e27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions erm.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import discord.mentions
import dns.resolver
import motor.motor_asyncio
import asyncio
import pytz
import sentry_sdk
from decouple import config
Expand Down Expand Up @@ -629,6 +630,7 @@ async def iterate_prc_logs():
# with push_scope() as scope:
# scope.level = "error"
# capture_exception(e)
await asyncio.sleep(1)
continue


Expand Down

0 comments on commit a155e27

Please sign in to comment.