mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 11:58:37 +09:00
'Refactored by Sourcery'
This commit is contained in:
@@ -24,7 +24,7 @@ class DownloaderFactory(object):
|
||||
patcher : Patcher
|
||||
config : Config
|
||||
"""
|
||||
if app == "patches" or app == "microg":
|
||||
if app in {"patches", "microg"}:
|
||||
return Github(patcher, config)
|
||||
if app in config.apk_pure:
|
||||
return ApkPure(patcher, config)
|
||||
|
||||
Reference in New Issue
Block a user