mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 20:45:37 +01:00
Fix
This commit is contained in:
@@ -40,6 +40,8 @@ class BaseStorage:
|
|||||||
)
|
)
|
||||||
except telethon.errors.FilePartInvalidError:
|
except telethon.errors.FilePartInvalidError:
|
||||||
return None
|
return None
|
||||||
|
except telethon.errors.FilePartsInvalidError:
|
||||||
|
return None
|
||||||
except telethon.errors.PhotoInvalidError:
|
except telethon.errors.PhotoInvalidError:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user