Skip to content

Commit 287007f

Browse files
committed
Added erroneous parameter definition callback
1 parent 2339606 commit 287007f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/autowiring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def callback_undefined_arguments(bot, update, chat_data, groups):
7070

7171
def main():
7272
# Create the Updater and pass it your bot's token.
73-
updater = Updater("324133401:AAHVjjXotCDXC_kIIkfM0O6bm9-l7BfJw-I")
73+
updater = Updater("TOKEN")
7474

7575
# Get the dispatcher to register handlers
7676
dp = updater.dispatcher

0 commit comments

Comments
 (0)