mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-09 18:40:35 +00:00
Remove empty except (#887)
This commit is contained in:
@@ -36,7 +36,7 @@ def report_error(code, message, report_method):
|
||||
)
|
||||
url.read()
|
||||
url.close()
|
||||
except:
|
||||
except Exception as e:
|
||||
"We really don't want to crash when just reporting an error"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user