Skip to content

Commit

Permalink
Finishing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adderou committed Jun 13, 2017
1 parent f9b5eca commit 09fef6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def handle(msg):
bot = telepot.Bot(TOKEN)

MessageLoop(bot, handle).run_as_thread()
print ('Listening ...')
print('Listening ...')
# Keep the program running.
while 1:
time.sleep(10)

0 comments on commit 09fef6d

Please sign in to comment.