🎨 Moved include exclude function

This commit is contained in:
Nikhil Badyal
2023-09-02 17:13:12 +05:30
committed by Nikhil Badyal
parent 720bfe9a3c
commit 2d15330df3
3 changed files with 14 additions and 25 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ def main() -> None:
parser = Parser(patcher, config)
app_all_patches = patcher.get_app_configs(app)
app.download_apk_for_patching(config)
patcher.include_exclude_patch(app, parser, app_all_patches)
parser.include_exclude_patch(app, app_all_patches, patcher.patches_dict)
logger.info(app)
parser.patch_app(app)
except AppNotFoundError as e: