mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
🎨 Added version to cache key
This commit is contained in:
@@ -36,7 +36,7 @@ def main() -> None:
|
||||
logger.info(f"Will Patch only {config.apps}")
|
||||
|
||||
# Caches for reuse
|
||||
download_cache: dict[str, tuple[str, str]] = {}
|
||||
download_cache: dict[tuple[str, str], tuple[str, str]] = {}
|
||||
resource_cache: dict[str, tuple[str, str]] = {}
|
||||
|
||||
for possible_app in config.apps:
|
||||
|
||||
Reference in New Issue
Block a user