Spaces:
Build error
Build error
Commit
·
1c4c803
1
Parent(s):
cb9af87
Update plugins/youtube_dl_echo.py
Browse files
plugins/youtube_dl_echo.py
CHANGED
@@ -334,7 +334,7 @@ async def echo(bot, update):
|
|
334 |
Config.CHUNK_SIZE,
|
335 |
None, # bot,
|
336 |
Translation.DOWNLOAD_START,
|
337 |
-
update.message_id,
|
338 |
update.chat.id
|
339 |
)
|
340 |
if os.path.exists(thumb_image_path):
|
|
|
334 |
Config.CHUNK_SIZE,
|
335 |
None, # bot,
|
336 |
Translation.DOWNLOAD_START,
|
337 |
+
#update.message_id,
|
338 |
update.chat.id
|
339 |
)
|
340 |
if os.path.exists(thumb_image_path):
|