Skip to content

Commit

Permalink
tg-bot minor path adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
rsolovev-dev committed Apr 14, 2024
1 parent ee2d402 commit e4b8176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/telegram_bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import os

TOKEN = os.environ["BOT_TOKEN"]
ERROR_LOGS_PATH = "/home/ecodomen/ecodomen-dev/logs/grabber_errors.log"
SPIDERS_SCRIPT_PATH = "/home/ecodomen/ecodomen-dev/compose/scrapy/scrapy-dev.sh"
ERROR_LOGS_PATH = "logs/grabber_errors.log"
SPIDERS_SCRIPT_PATH = "compose/scrapy/scrapy-dev.sh"
CHAT_ID = os.environ["CHAT_ID"]
TOPIC_SUPPORT_ID = int(os.environ["TOPIC_SUPPORT_ID"]) # 1435

Expand Down

0 comments on commit e4b8176

Please sign in to comment.