diff --git a/launcher.py b/launcher.py index 79f2b48..42ebd97 100644 --- a/launcher.py +++ b/launcher.py @@ -22,7 +22,7 @@ def main(): output_file = "./subgen.py" # Check if the environment variable is set - github_download_enabled = convert_to_bool(os.getenv("UPDATE", False)) + github_download_enabled = convert_to_bool(os.getenv("UPDATE", True)) if not os.path.exists(output_file): print(f"File {output_file} does not exist. Downloading from GitHub...")