thomasht86 commited on
Commit
e06ddf2
·
verified ·
1 Parent(s): 15f5239

deploy at 2024-08-24 15:24:07.263772

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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 = True
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")