Add debug mode to simulate a capture

This commit is contained in:
2021-03-10 17:37:01 -07:00
parent 15023b0e24
commit ec8128d96a
3 changed files with 15 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
import os
DEBUG = os.environ['FLASK_ENV'] == 'development'
LIGHT_IP = '192.168.99.25'
LIGHT_USER = 'admin'
LIGHT_PASS = 'admin'