From 61a68db71b860de061f4759921f344510a0fbef8 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:28:19 -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 eec43e2..45b72b7 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -41,7 +41,7 @@ procaddedmedia = convert_to_bool(os.getenv('PROCADDEDMEDIA', True)) procmediaonplay = convert_to_bool(os.getenv('PROCMEDIAONPLAY', True)) namesublang = os.getenv('NAMESUBLANG', 'aa') skipifinternalsublang = os.getenv('SKIPIFINTERNALSUBLANG', 'eng') -webhookport = int(os.getenv('WEBHOOKPORT', 8090)) +webhookport = int(os.getenv('WEBHOOKPORT', 9000)) word_level_highlight = convert_to_bool(os.getenv('WORD_LEVEL_HIGHLIGHT', False)) debug = convert_to_bool(os.getenv('DEBUG', True)) use_path_mapping = convert_to_bool(os.getenv('USE_PATH_MAPPING', False))