Update telegram_client.py

Revert layout changes
This commit is contained in:
Joscha Götzer 2018-02-20 15:20:23 +01:00 committed by GitHub
parent 12838bc711
commit 9e5128547a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1768,7 +1768,6 @@ class TelegramClient(TelegramBareClient):
The event builder class or instance to be used,
for instance ``events.NewMessage``.
"""
def decorator(f):
self.add_event_handler(f, event)
return f