Telethon/telethon/client
Lonami Exo b88ec4b814 Print unhandled errors to stderr if logging is not configured
This should mitigate "the code doesn't work but there are no errors"
situations. Users not wanting this behaviour can configure logging
with a high-enough level that won't print anything, or set a filter.
2021-01-30 13:47:28 +01:00
..
__init__.py Add new takeout method 2019-01-05 17:18:40 +01:00
account.py Avoid using telethon.sync in the examples 2019-08-13 23:33:39 +02:00
auth.py Fix several minor typos (#1603) 2020-10-18 21:11:59 +02:00
bots.py Expose entity parameter in client.inline_query 2020-10-11 16:59:48 +02:00
buttons.py Add some missing words in the docs 2020-01-19 13:25:58 +01:00
chats.py Return the service message produced when kicking somebody 2021-01-02 12:13:53 +01:00
dialogs.py Update to layer 123 2021-01-28 19:48:01 +01:00
downloads.py Add missing importç 2021-01-24 01:38:44 +01:00
messageparse.py Return the service message produced when kicking somebody 2021-01-02 12:13:53 +01:00
messages.py Fix send_message not forwarding comment_to to send_file 2021-01-30 10:39:45 +01:00
telegrambaseclient.py Stop storing asyncio loop in TelegramClient 2021-01-18 22:59:19 +01:00
telegramclient.py Remove messy subclassing in the TelegramClient 2019-06-24 17:48:46 +02:00
updates.py Print unhandled errors to stderr if logging is not configured 2021-01-30 13:47:28 +01:00
uploads.py Add missing parenthesis 2021-01-30 10:32:42 +01:00
users.py Don't cache SLOW_MODE_WAIT in _flood_waited_requests 2020-11-07 12:09:00 +01:00