1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Update README.md

This commit is contained in:
FrankWang 2015-07-11 13:05:13 +08:00
parent 2e1143e3d8
commit 8cf8661b7e

View File

@ -45,7 +45,7 @@ import time
TOKEN = '<token_string>'
def listener(*messages):
def listener(messages):
"""
When new messages arrive TeleBot will call this function.
"""