From 46f93815f9cedf61b97bfa72165d5d6226351276 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Wed, 20 Mar 2024 09:01:25 -0600 Subject: [PATCH] Fixed update logic. --- launcher.py | 1 - 1 file changed, 1 deletion(-) diff --git a/launcher.py b/launcher.py index 92421d6..0fdd582 100644 --- a/launcher.py +++ b/launcher.py @@ -42,7 +42,6 @@ def main(): # Set environment variables based on the parsed arguments os.environ['DEBUG'] = str(args.debug) os.environ['APPEND'] = str(args.append) - os.environ['UPDATE'] = str(args.update) # URL to the requirements.txt file on GitHub requirements_url = "https://raw.githubusercontent.com/McCloudS/subgen/main/requirements.txt"