disable debug mode by default
This commit is contained in:
parent
77e6f43ef6
commit
62d10aa608
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import threading
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
BASE_STORAGE_PATH = "/vPath" # Root directory for MKV files
|
BASE_STORAGE_PATH = "/vPath" # Root directory for MKV files
|
||||||
DEBUG_MODE = True # Default: Debugging on
|
DEBUG_MODE = False # Default: Debugging on
|
||||||
|
|
||||||
class bcolors:
|
class bcolors:
|
||||||
HEADER = '\033[95m'
|
HEADER = '\033[95m'
|
||||||
|
|
Loading…
Add table
Reference in a new issue