This commit is contained in:
雅诺狐
2025-12-08 15:48:40 +08:00
parent 084192843b
commit 3edcc9d169
137 changed files with 2194 additions and 2237 deletions

View File

@@ -99,7 +99,6 @@ class UILogHandler(logging.Handler):
if record.levelname == "DEBUG":
return
emoji_map = {"info": "", "warning": "", "error": "", "debug": ""}
formatted_msg = msg
self._send_log_with_retry(formatted_msg, ui_level)