From 8d906c605d6001300253c650480b2445c49c9ca0 Mon Sep 17 00:00:00 2001 From: luyanci <2058282593@qq.com> Date: Sun, 16 Jun 2024 15:59:29 +0800 Subject: [PATCH] clean log --- lib/content.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/content.py b/lib/content.py index a01370c..6bd39b6 100644 --- a/lib/content.py +++ b/lib/content.py @@ -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