imseldrith commited on
Commit
1c4c803
·
1 Parent(s): cb9af87

Update plugins/youtube_dl_echo.py

Browse files
Files changed (1) hide show
  1. plugins/youtube_dl_echo.py +1 -1
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):