fix: remote config load bug

This commit is contained in:
zhayujie
2024-04-05 23:47:02 +08:00
parent b8cc62ae95
commit 76614ae9e5
4 changed files with 75 additions and 26 deletions

View File

@@ -258,6 +258,8 @@ def load_config():
config.load_user_datas()
def get_root():
return os.path.dirname(os.path.abspath(__file__))