mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix event log
This commit is contained in:
+1
-1
@@ -468,7 +468,7 @@ class EventManager(metaclass=Singleton):
|
|||||||
else:
|
else:
|
||||||
logger.debug(f"事件处理出错:模块 {module_name} 中没有找到类 {class_name}")
|
logger.debug(f"事件处理出错:模块 {module_name} 中没有找到类 {class_name}")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"事件处理出错:{str(e)} - {traceback.format_exc()}")
|
logger.debug(f"事件处理出错:{str(e)} - {traceback.format_exc()}")
|
||||||
return None
|
return None
|
||||||
|
|
||||||
def __broadcast_consumer_loop(self):
|
def __broadcast_consumer_loop(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user