Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
clean log
Browse files Browse the repository at this point in the history
  • Loading branch information
luyanci committed Jun 16, 2024
1 parent c74dd34 commit 8d906c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/content.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def get_danmaku_content(event:str):
contents=main.config.roomcfg["chat"]["global"]["command"][content]
logger.info("Reply:"+str(contents))
except KeyError as e:
logger.info("command not found!")
return ""
return contents

Expand Down

0 comments on commit 8d906c6

Please sign in to comment.