⬆️ Updated Microg Source

This commit is contained in:
Nikhil Badyal
2023-04-22 11:12:32 +05:30
committed by GitHub
parent df56e78a54
commit c22e9ad20f
+1 -1
View File
@@ -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)