fix config load

This commit is contained in:
Xuwznln
2026-02-10 13:06:05 +08:00
parent d238c2ab8b
commit a9053b822f

View File

@@ -145,5 +145,5 @@ def load_config(config_path=None):
traceback.print_exc()
exit(1)
else:
config_path = os.path.join(os.path.dirname(__file__), "local_config.py")
config_path = os.path.join(os.path.dirname(__file__), "example_config.py")
load_config(config_path)