KurimuzonAkuma / pyrogram

Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
https://pyrogram.org
GNU Lesser General Public License v3.0
301 stars 82 forks source link

Add FloodWait except to media download #19

Closed aoleg94 closed 8 months ago

aoleg94 commented 8 months ago

Add FloodWait except to media download to handle this error from the script.

Before this change the exception would only be printed and the script would continue without a way to detect this error.

https://github.com/pyrogram/pyrogram/pull/1348