thomasht86 commited on
Commit
8e735e5
·
verified ·
1 Parent(s): ca1e31f

deploy at 2024-08-24 20:22:32.587658

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -64,7 +64,7 @@ from urllib.parse import quote
64
  import uuid
65
  import secrets
66
 
67
- DEV_MODE = True
68
 
69
  if DEV_MODE:
70
  print("Running in DEV_MODE - Hot reload enabled")
 
64
  import uuid
65
  import secrets
66
 
67
+ DEV_MODE = False
68
 
69
  if DEV_MODE:
70
  print("Running in DEV_MODE - Hot reload enabled")