Skip to content

Commit

Permalink
remove unnecessary token assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
soilking committed Sep 3, 2024
1 parent 87f0142 commit 545b19d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bots/twitter_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def infinity_polling():

util.configure_main_thread_exception_logging()

token = os.environ["TWITTER_BOT_API_KEY"]
prod = os.environ["IS_PROD"].lower() == "true"
dry_run = os.environ.get("DRY_RUN")
if dry_run:
Expand Down

0 comments on commit 545b19d

Please sign in to comment.