mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +00:00
Add missing colon
This commit is contained in:
parent
bf47939142
commit
c47fe4190a
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ Here's a complete example on how to set it up:
|
||||||
def update_handler(client, update, users, chats):
|
def update_handler(client, update, users, chats):
|
||||||
print(update)
|
print(update)
|
||||||
|
|
||||||
def main()
|
def main():
|
||||||
client = Client(session_name="example")
|
client = Client(session_name="example")
|
||||||
client.set_update_handler(update_handler)
|
client.set_update_handler(update_handler)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue