Skip to content

Commit

Permalink
Ask sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-pr authored Mar 26, 2024
1 parent e6f5956 commit 7ad1bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def send_poll_message():

print("Poll bot is running...")

schedule.every().tuesday.at("14:00").do(send_poll_message)
schedule.every().tuesday.at("12:00").do(send_poll_message)

while True:
schedule.run_pending()
Expand Down

0 comments on commit 7ad1bf0

Please sign in to comment.