Skip to content

Commit

Permalink
Logging error
Browse files Browse the repository at this point in the history
  • Loading branch information
yashoswalyo committed Nov 7, 2022
1 parent 0bfede9 commit 1900ab8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/mergeVideo.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ async def mergeNow(c: Client, cb: CallbackQuery, new_file_name: str):
list_subtitle_ids = queueDB.get(cb.from_user.id)["subtitles"]
# list_subtitle_ids.sort()
LOGGER.info(Config.IS_PREMIUM)
LOGGER.info(list_message_ids, list_subtitle_ids)
LOGGER.info(f"Videos: {list_message_ids}")
LOGGER.info(f"Subs: {list_subtitle_ids}")
if list_message_ids is None:
await cb.answer("Queue Empty", show_alert=True)
await cb.message.delete(True)
Expand Down

0 comments on commit 1900ab8

Please sign in to comment.