We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83d5f5 commit 4b48427Copy full SHA for 4b48427
real-estate-etl/telegram_api.py
@@ -2,9 +2,9 @@
2
import os
3
4
5
-TELEGRAM_BOT_API_KEY = os.getenv('TELEGRAM_BOT_API_KEY')
6
-chat_id = os.getenv('CHAT_ID')
7
-chat_tag = os.getenv('CHAT_TAG')
+TELEGRAM_BOT_API_KEY = os.getenv('telegram_bot_api_key')
+chat_id = os.getenv('chat_id')
+chat_tag = os.getenv('chat_tag')
8
bot = telegram.Bot(TELEGRAM_BOT_API_KEY)
9
10
0 commit comments