mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
⬆️ Updated Microg Source
This commit is contained in:
+1
-1
@@ -243,7 +243,7 @@ class Downloader(object):
|
|||||||
]
|
]
|
||||||
if "youtube" in self.config.apps or "youtube_music" in self.config.apps:
|
if "youtube" in self.config.apps or "youtube_music" in self.config.apps:
|
||||||
assets += [
|
assets += [
|
||||||
["inotia00", "VancedMicroG", "VancedMicroG-output.apk"],
|
["inotia00", "mMicroG", "mMicroG-output.apk"],
|
||||||
]
|
]
|
||||||
with ThreadPoolExecutor(7) as executor:
|
with ThreadPoolExecutor(7) as executor:
|
||||||
executor.map(lambda repo: self.repository(*repo), assets)
|
executor.map(lambda repo: self.repository(*repo), assets)
|
||||||
|
|||||||
Reference in New Issue
Block a user