Skip to content

Commit b1f27c7

Browse files
committed
fix api key
1 parent 0421b7a commit b1f27c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

general/telegram-bot/telegram_bot.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
88

99
# The API Key we received for our bot
10-
API_KEY = "1463892065:AAF-9uhbX2D9zrRQXMjgdisFBpY_l7lGCOs"
11-
# API_KEY = "<INSERT_API_KEY_HERE>"
10+
API_KEY = "<INSERT_API_KEY_HERE>"
1211
# Create an updater object with our API Key
1312
updater = telegram.ext.Updater(API_KEY)
1413
# Retrieve the dispatcher, which will be used to add handlers

0 commit comments

Comments
 (0)