forked from UsergeTeam/Userge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ValueError breaking the uploading of a folder (UsergeTeam#157)
While uploading a folder, files greater than 2GiB is breaking the whole process.🥺 Here, Exception has been caught already, but raising the exception is the main reason of breaking the process.(I guess) Skip the raise of ValueError may solve this. Because we can't do anything about that limit as it is being imposed by Telegram itself.
- Loading branch information
1 parent
c7339cc
commit e039fbf
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters