From 42c748b33c6a641d5801e607cea86c8016edb5d8 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Sun, 11 Feb 2024 09:07:02 -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 bba8597..4ef237a 100644 --- a/launcher.py +++ b/launcher.py @@ -28,7 +28,7 @@ def main(): print(f"File {output_file} does not exist. Downloading from GitHub...") download_from_github(github_url, output_file) elif github_download_enabled: - print("Downloading subgen.py from GitHub...") + print(f"File exists, but UPDATE is set to True. Downloading {output_file} from GitHub...") download_from_github(github_url, output_file) else: print("Environment variable UPDATE is not set or set to False, skipping download.")