Skip to content

Commit

Permalink
Update launcher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
McCloudS authored Feb 11, 2024
1 parent b9d1fbb commit 2b8610e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main():
# Check if the environment variable is set
github_download_enabled = convert_to_bool(os.getenv("UPDATE", False))

if not os.path.exists(output_file):
if not os.path.exists(output_file):
print(f"File {output_file} does not exist. Downloading from GitHub...")
download_from_github(github_url, output_file)
elif github_download_enabled:
Expand Down

0 comments on commit 2b8610e

Please sign in to comment.