🗑️ Refactored app constructor

This commit is contained in:
Nikhil Badyal
2024-04-15 10:46:14 +05:30
committed by Nikhil Badyal
parent d5c4301fce
commit 1089dd8ccc
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@ def main() -> None:
logger.info(f"Trying to build {possible_app}")
try:
app = get_app(config, possible_app)
app.download_patch_resources(config)
patcher = Patches(config, app)
parser = Parser(patcher, config)
app_all_patches = patcher.get_app_configs(app)