🐛 Failing to fetch latest release

This commit is contained in:
Nikhil Badyal
2023-08-05 21:46:19 +05:30
parent 2680881e20
commit f37815fdf9
2 changed files with 9 additions and 4 deletions
+5
View File
@@ -58,6 +58,11 @@ class Patches(object):
key: (value, "_" + value) for key, value in _revanced_app_ids.items()
}
@staticmethod
def support_app() -> Dict[str, str]:
"""Return supported apps."""
return Patches._revanced_app_ids
def scrap_patches(self, file_name: str) -> Any:
"""Scrap Patches."""
if os.path.exists(file_name):