mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Properly set download source
This commit is contained in:
+3
-1
@@ -69,7 +69,9 @@ class APP(object):
|
||||
logger.info("Downloading apk to be patched by scrapping")
|
||||
try:
|
||||
if not self.download_source:
|
||||
self.download_source = apk_sources[self.app_name]
|
||||
self.download_source = apk_sources[self.app_name].format(
|
||||
self.package_name
|
||||
)
|
||||
except KeyError:
|
||||
raise DownloadFailure(f"No download source found for {self.app_name}")
|
||||
downloader = DownloaderFactory.create_downloader(
|
||||
|
||||
Reference in New Issue
Block a user