Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
Fix trailing whitespace
  • Loading branch information
aleksey-vasilev authored May 29, 2024
1 parent 35fd056 commit ad7eeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/telegram_bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
TOKEN = os.environ["BOT_TOKEN"]
ERROR_LOGS_PATH = "logs/grabber_errors.log"
CHAT_ID = os.environ["CHAT_ID"]
TOPIC_SUPPORT_ID = int(os.environ["TOPIC_SUPPORT_ID"])
TOPIC_SUPPORT_ID = int(os.environ["TOPIC_SUPPORT_ID"])

if current_directory == '/home/ecodomen/ecodomen-dev/src/telegram_bot/':
SPIDERS_SCRIPT_PATH = "compose/scrapy/scrapy-dev.sh"
Expand Down

0 comments on commit ad7eeda

Please sign in to comment.