tykiww commited on
Commit
569f592
1 Parent(s): bc8a3a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.yaml', 'r') as file:
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