mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-11 02:05:12 +00:00
fix config load
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user