Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def index():
|
|
40 |
if __name__ == '__main__':
|
41 |
mode = os.environ.get('FLASK_ENV', 'production')
|
42 |
print(mode)
|
43 |
-
dev = mode == '
|
44 |
|
45 |
print("Starting scheduler -- Running Production")
|
46 |
scheduler = APScheduler()
|
|
|
40 |
if __name__ == '__main__':
|
41 |
mode = os.environ.get('FLASK_ENV', 'production')
|
42 |
print(mode)
|
43 |
+
dev = mode == 'development'
|
44 |
|
45 |
print("Starting scheduler -- Running Production")
|
46 |
scheduler = APScheduler()
|