Skip to content

Commit 4b48427

Browse files
author
Adriano Sanges
committed
Update Telegram bot environment variable names to lowercase
1 parent a83d5f5 commit 4b48427

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

real-estate-etl/telegram_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
import os
33

44

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')
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')
88
bot = telegram.Bot(TELEGRAM_BOT_API_KEY)
99

1010

0 commit comments

Comments
 (0)