From f624dd65986ccb15445d14af4c5016b55d827d1e Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Tue, 7 Jan 2025 19:27:49 -0700 Subject: [PATCH] Update launcher.py --- launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher.py b/launcher.py index 725b9ab..42ddfc2 100644 --- a/launcher.py +++ b/launcher.py @@ -100,7 +100,7 @@ def main(): # Construct the argument parser parser = argparse.ArgumentParser(prog="python launcher.py", formatter_class=argparse.ArgumentDefaultsHelpFormatter) - parser.add_argument('-d', '--debug', default=False, action='store_true', help="Enable console debugging") + parser.add_argument('-d', '--debug', default=True, action='store_true', help="Enable console debugging") parser.add_argument('-i', '--install', default=False, action='store_true', help="Install/update all necessary packages") parser.add_argument('-a', '--append', default=False, action='store_true', help="Append 'Transcribed by whisper' to generated subtitle") parser.add_argument('-u', '--update', default=False, action='store_true', help="Update Subgen")