Fixed update logic.

This commit is contained in:
McCloudS
2024-03-20 09:01:25 -06:00
committed by GitHub
parent 7424f0df8c
commit 46f93815f9

View File

@@ -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"