1. 修改依赖库文件 2. 修改clibs.py文件以适应自动化构建 3. 重命名版本文件并在aio.py中适配
This commit is contained in:
@ -66,8 +66,8 @@ def insert_logdb(_level, _module, _content):
|
||||
cursor.execute("insert into logs (level, module, content) values (?, ?, ?)", data)
|
||||
|
||||
|
||||
# PREFIX = 'assets' # for pyinstaller packaging
|
||||
PREFIX = '../assets' # for source code testing and debug
|
||||
PREFIX = "assets" # for pyinstaller packaging
|
||||
# PREFIX = "../assets" # for source code testing and debug
|
||||
log_path = f"{PREFIX}/logs"
|
||||
levels = ["DEBUG", "INFO", "WARNING", "ERROR"]
|
||||
db_state = "readwrite"
|
||||
|
Reference in New Issue
Block a user