mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 12:35:39 +01:00
Fix
This commit is contained in:
@@ -65,7 +65,10 @@ class FileUploader:
|
||||
wrapped = Wrapper(self.file.file, self.file.filename)
|
||||
|
||||
data = await storage.upload(
|
||||
wrapped, file_size=self.file_size, caption=self.caption
|
||||
wrapped,
|
||||
file_size=self.file_size,
|
||||
filename=self.file.filename,
|
||||
caption=self.caption,
|
||||
)
|
||||
|
||||
if not data:
|
||||
|
||||
Reference in New Issue
Block a user