X Tutup
Skip to content

Commit 4faa477

Browse files
committed
Remove bot token
1 parent cb79317 commit 4faa477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/inlinekeyboard_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def error(bot, update, error):
100100
logging.warning('Update "%s" caused error "%s"' % (update, error))
101101

102102
# Create the Updater and pass it your bot's token.
103-
updater = Updater("148447715:AAH4M0gzPG11_mdQS1Qeb0Ex30I5-rw9bMY")
103+
updater = Updater("TOKEN")
104104

105105
# The command
106106
updater.dispatcher.addHandler(CommandHandler('set', set_value))

0 commit comments

Comments
 (0)
X Tutup