mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🚨 Lint Fix
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ class APP(object):
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
raise DownloadFailure(
|
raise DownloadFailure(
|
||||||
f"App {self.app_name} not supported officially yet. Please provide download "
|
f"App {self.app_name} not supported officially yet. Please provide download "
|
||||||
f"source in env."
|
"source in env."
|
||||||
)
|
)
|
||||||
downloader = DownloaderFactory.create_downloader(
|
downloader = DownloaderFactory.create_downloader(
|
||||||
config=config, apk_source=self.download_source
|
config=config, apk_source=self.download_source
|
||||||
|
|||||||
Reference in New Issue
Block a user