pyrofork/pyrogram
Dan a8a9a1ac1f Also print the exception type when logging query issues
Use "repr(e)" instead of "e" alone (i.e "str(e)") because sometimes
builtin exceptions have no message (for example: OSError, TimeoutError)
2020-12-27 21:08:01 +01:00
..
connection Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
crypto Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
errors Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
handlers Typo on_chosen_inline_query -> on_chosen_inline_result (#559) 2020-12-12 16:57:51 +01:00
methods Merge branch 'develop' of https://github.com/pyrogram/pyrogram 2020-12-26 22:07:12 +01:00
parser Improve HTML parser 2020-12-24 19:35:41 +01:00
raw Fix leftover bytes not being represented in hex 2020-11-30 12:46:44 +01:00
session Also print the exception type when logging query issues 2020-12-27 21:08:01 +01:00
storage Remove non-python files 2020-12-20 18:29:01 +01:00
types Fix wrong usages of italic delimiters 2020-12-26 13:08:40 +01:00
__init__.py Update Pyrogram to v1.1.6 2020-12-25 15:23:09 +01:00
client.py Simplify mime types guessing and remove unused code 2020-12-20 17:58:35 +01:00
dispatcher.py Fix dispatcher not obeying to the INFO logging level 2020-08-29 15:46:39 +02:00
emoji.py Update emoji.py 2020-10-01 19:37:03 +02:00
file_id.py Set default file_reference to b"" instead of None 2020-11-27 22:02:52 +01:00
filters.py Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
mime_types.py Remove non-python files 2020-12-20 18:29:01 +01:00
scaffold.py Remove non-python files 2020-12-20 18:29:01 +01:00
sync.py Use the current loop instead of the main loop in case there is one available 2020-09-02 13:07:56 +02:00
syncer.py Use create_task instead of ensure_future 2020-08-22 14:05:54 +02:00
utils.py Rework and simplify message parsing 2020-12-23 19:04:28 +01:00