mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Improved dry run [skip ci]
This commit is contained in:
@@ -144,6 +144,8 @@ class Patches(object):
|
|||||||
self.config = config
|
self.config = config
|
||||||
self.check_java()
|
self.check_java()
|
||||||
self.fetch_patches()
|
self.fetch_patches()
|
||||||
|
if self.config.dry_run:
|
||||||
|
self.config.apps = list(self._revanced_app_ids.values())
|
||||||
|
|
||||||
def get(self, app: str) -> Tuple[List[Dict[str, str]], str]:
|
def get(self, app: str) -> Tuple[List[Dict[str, str]], str]:
|
||||||
"""Get all patches for the given app.
|
"""Get all patches for the given app.
|
||||||
|
|||||||
Reference in New Issue
Block a user