This commit is contained in:
jxxghp
2023-10-18 19:26:21 +08:00
parent 2e4536edb6
commit 3d34c26731
55 changed files with 142 additions and 137 deletions

View File

@ -161,4 +161,4 @@ class SystemChain(ChainBase, metaclass=Singleton):
logger.warn("未找到版本号")
return None
except Exception as err:
logger.error(f"加载版本文件 {version_file} 出错:{err}")
logger.error(f"加载版本文件 {version_file} 出错:{str(err)}")