Skip to content

Commit

Permalink
Update erm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahCxrest authored May 4, 2024
1 parent 9dfc901 commit 33981b4
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 @@ -597,7 +597,7 @@ async def tempban_checks():



@tasks.loop(seconds=75, reconnect=True)
@tasks.loop(minutes=2, reconnect=True)
async def iterate_prc_logs():
# This will check every 60 seconds for kill logs and player logs
# enabled, as well as send all players joined during that time period.
Expand Down

0 comments on commit 33981b4

Please sign in to comment.