2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Add missing colon

This commit is contained in:
Dan 2018-02-16 19:07:03 +01:00
parent bf47939142
commit c47fe4190a

View File

@ -18,7 +18,7 @@ Here's a complete example on how to set it up:
def update_handler(client, update, users, chats):
print(update)
def main()
def main():
client = Client(session_name="example")
client.set_update_handler(update_handler)