mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
🎨 Moved include exclude function
This commit is contained in:
committed by
Nikhil Badyal
parent
720bfe9a3c
commit
2d15330df3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user