Spaces:
Running
Running
deploy at 2024-08-24 15:24:07.263772
Browse files
main.py
CHANGED
@@ -59,7 +59,7 @@ from typing import Tuple as T
|
|
59 |
from urllib.parse import quote
|
60 |
import uuid
|
61 |
|
62 |
-
DEV_MODE =
|
63 |
|
64 |
if DEV_MODE:
|
65 |
print("Running in DEV_MODE - Hot reload enabled")
|
|
|
59 |
from urllib.parse import quote
|
60 |
import uuid
|
61 |
|
62 |
+
DEV_MODE = False
|
63 |
|
64 |
if DEV_MODE:
|
65 |
print("Running in DEV_MODE - Hot reload enabled")
|