Skip to content

Commit

Permalink
👽️ Disable Teams bots since Teams disabled the webhooks we use
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker committed Dec 10, 2024
1 parent 024b387 commit da46f67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bot_seo/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ def setup():
return

scheduler = BackgroundScheduler(timezone=BERLIN)
scheduler.start()
# Disabled for now, since Teams disabled the webhooks we use
# scheduler.start()


def add_jobs():
Expand Down

0 comments on commit da46f67

Please sign in to comment.