diff --git a/stream.py b/stream.py index 886e775..78799d3 100644 --- a/stream.py +++ b/stream.py @@ -8,7 +8,7 @@ import threading app = Flask(__name__) BASE_STORAGE_PATH = "/vPath" # Root directory for MKV files -DEBUG_MODE = True # Default: Debugging on +DEBUG_MODE = False # Default: Debugging on class bcolors: HEADER = '\033[95m'