👷 Updated Docs

This commit is contained in:
Nikhil Badyal
2022-10-13 21:13:29 +05:30
parent c096c0408f
commit f5148464ea
2 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ def main() -> None:
logger.info("Trying to build %s" % app)
app_all_patches, version, is_experimental = patcher.get_app_configs(app)
version = downloader.download_apk_to_patch(version, app)
patcher.include_and_exclude_patches(app, parser, app_all_patches)
patcher.include_exclude_patch(app, parser, app_all_patches)
logger.info(f"Downloaded {app}, version {version}")
parser.patch_app(app=app, version=version, is_experimental=is_experimental)
except Exception as e: