broadfield-dev commited on
Commit
32545f4
·
verified ·
1 Parent(s): d3cb6be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import json
6
  app = Flask(__name__)
7
 
8
  # Directory to store settings
9
- SETTINGS_DIR = "settings_gravity"
10
  if not os.path.exists(SETTINGS_DIR):
11
  os.makedirs(SETTINGS_DIR)
12
 
 
6
  app = Flask(__name__)
7
 
8
  # Directory to store settings
9
+ SETTINGS_DIR = "./settings_gravity"
10
  if not os.path.exists(SETTINGS_DIR):
11
  os.makedirs(SETTINGS_DIR)
12