Skip to content

Commit

Permalink
Update media_extractor.py
Browse files Browse the repository at this point in the history
Signed-off-by: Yasir Aris M <[email protected]>
  • Loading branch information
yasirarism authored Dec 17, 2023
1 parent 8422cd5 commit 992da43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misskaty/plugins/media_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"""
import json
import os
import traceback
from logging import getLogger
from re import I
from re import split as ngesplit
Expand Down Expand Up @@ -122,7 +123,7 @@ async def ceksub(self, ctx: Message, strings):
except ListenerTimeout:
await msg.edit_msg(strings("exp_task", context="general"))
except Exception as e:
self.log.info(e)
self.log.info(traceback.print_exc())
await pesan.edit_msg(strings("fail_extr_media"))


Expand Down

0 comments on commit 992da43

Please sign in to comment.