🎨 Updated variable name

This commit is contained in:
Nikhil Badyal
2023-08-22 21:06:53 +05:30
parent a92de3e6da
commit 07b01bb3a1
8 changed files with 17 additions and 22 deletions
+1
View File
@@ -35,6 +35,7 @@ def main() -> None:
app=app.app_name, patcher=patcher, config=config
)
app.download_file_name = downloader.download(app.app_version, app.app_name)
logger.info(app)
parser.patch_app(app)
except AppNotFound as e:
logger.info(f"Invalid app requested to build {e}")