From 6a7f40193d1d910e7aeff6e5f85e3fe33587c62a Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sun, 11 Feb 2024 12:45:31 -0700 Subject: [PATCH] Update subgen.py --- subgen/subgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subgen/subgen.py b/subgen/subgen.py index d3cb176..f80af10 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -42,7 +42,7 @@ namesublang = os.getenv('NAMESUBLANG', 'aa') skipifinternalsublang = os.getenv('SKIPIFINTERNALSUBLANG', 'eng') webhookport = int(os.getenv('WEBHOOKPORT', 8090)) word_level_highlight = convert_to_bool(os.getenv('WORD_LEVEL_HIGHLIGHT', False)) -debug = convert_to_bool(os.getenv('DEBUG', False)) +debug = convert_to_bool(os.getenv('DEBUG', True)) use_path_mapping = convert_to_bool(os.getenv('USE_PATH_MAPPING', False)) path_mapping_from = os.getenv('PATH_MAPPING_FROM', '/tv') path_mapping_to = os.getenv('PATH_MAPPING_TO', '/Volumes/TV')