Skip to content

Commit

Permalink
Update discord_service.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mevljas committed Jan 19, 2025
1 parent 67740ff commit a30c206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/discord_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async def on_ready(self):
logging.debug("""Logged in as %s (ID: %s)""", self.user, self.user.id)
logging.debug("------")

@tasks.loop(days=1) # task runs every 1 hour
@tasks.loop(hours=24) # task runs every 1 hour
async def my_background_task(self):
"""
Background task that runs every day.
Expand Down

0 comments on commit a30c206

Please sign in to comment.