Skip to content

Commit a83d5f5

Browse files
author
Adriano Sanges
committed
Import os module for Telegram bot API key retrieval
1 parent f89af07 commit a83d5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

real-estate-etl/telegram_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import telegram
2-
2+
import os
33

44

55
TELEGRAM_BOT_API_KEY = os.getenv('TELEGRAM_BOT_API_KEY')

0 commit comments

Comments
 (0)