mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
📝 Updated inclusion logic
This commit is contained in:
committed by
Nikhil Badyal
parent
c0b34db784
commit
639382ed38
+1
-1
@@ -133,7 +133,7 @@ class Patches(object):
|
||||
app.no_of_patches = len(self.patches_dict[app.app_name])
|
||||
|
||||
def __init__(self: Self, config: RevancedConfig, app: APP) -> None:
|
||||
self.patches_dict: dict[str, Any] = {"universal_patch": []}
|
||||
self.patches_dict: dict[str, list[dict[str, str]]] = {"universal_patch": []}
|
||||
self.fetch_patches(config, app)
|
||||
|
||||
def get(self: Self, app: str) -> tuple[list[dict[str, str]], str]:
|
||||
|
||||
Reference in New Issue
Block a user