Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def get_json_cfg():
|
|
10 |
"""Retrieve configuration file"""
|
11 |
|
12 |
config_path = os.getenv('CONFIG_PATH')
|
13 |
-
with open('config/config.
|
14 |
config = json.load(file)
|
15 |
|
16 |
return config
|
|
|
10 |
"""Retrieve configuration file"""
|
11 |
|
12 |
config_path = os.getenv('CONFIG_PATH')
|
13 |
+
with open('config/config.json', 'r') as file:
|
14 |
config = json.load(file)
|
15 |
|
16 |
return config
|