♻️ Updated Microg source

This commit is contained in:
Nikhil Badyal
2022-08-23 20:41:34 +05:30
parent 3a4c0c3fb8
commit 91e01265ed
+1 -1
View File
@@ -334,7 +334,7 @@ def download_revanced(downloader: Type[Downloader]) -> None:
("revanced", "revanced-cli"),
("revanced", "revanced-integrations"),
("revanced", "revanced-patches"),
("TeamVanced", "VancedMicroG"),
("inotia00", "VancedMicroG"),
)
with ThreadPoolExecutor() as executor:
executor.map(lambda repo: downloader.repository(*repo), assets)