Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import json
|
|
6 |
app = Flask(__name__)
|
7 |
|
8 |
# Directory to store settings
|
9 |
-
SETTINGS_DIR = "
|
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 = "gravity_set"
|
10 |
if not os.path.exists(SETTINGS_DIR):
|
11 |
os.makedirs(SETTINGS_DIR)
|
12 |
|