Skip to content

Commit

Permalink
step 3
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyjassin committed Jan 26, 2025
1 parent 7392d03 commit a570a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cogs/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ async def on_ready(self):

@tasks.loop(seconds=60)
async def ping_healthcheck(self):
"""requests.get(HEALTHCHECK_URL)"""
print("Pinging healthcheck...")
requests.get(HEALTHCHECK_URL)
# print("Pinging healthcheck...")

@tasks.loop(seconds=15)
async def change_activity(self):
Expand Down

0 comments on commit a570a31

Please sign in to comment.