From 19d31f2560a7d58a9034968f57a577a8965c42a0 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:35:48 -0600 Subject: [PATCH] Fixed spacing for a special someone --- launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher.py b/launcher.py index fc5ee59..81221b0 100644 --- a/launcher.py +++ b/launcher.py @@ -100,7 +100,7 @@ def main(): # Construct the argument parser parser = argparse.ArgumentParser() - parser.add_argument( '-d', '--debug', default=False, action='store_true', help="Enable console debugging (default: False)") + parser.add_argument('-d', '--debug', default=False, action='store_true', help="Enable console debugging (default: False)") parser.add_argument('-i', '--install', default=False, action='store_true', help="Install/update all necessary packages (default: False)") parser.add_argument('-a', '--append', default=False, action='store_true', help="Append 'Transcribed by whisper' to generated subtitle (default: False)") parser.add_argument('-u', '--update', default=False, action='store_true', help="Update Subgen (default: False)")