🎨 Updated function name

This commit is contained in:
Nikhil Badyal
2023-08-22 16:52:33 +05:30
parent 70dbea76c9
commit f1873a2f85
4 changed files with 9 additions and 11 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ from src.utils import (
apk_mirror_base_url,
apkmirror_status_check,
bs4_parser,
handle_github_response,
handle_request_response,
)
not_found_icon = "https://img.icons8.com/bubbles/500/android-os.png"
@@ -103,7 +103,7 @@ def generate_markdown_table(data: List[List[str]]) -> str:
def main() -> None:
repo_url = "https://releases.revanced.app/patches"
response = requests.get(repo_url, timeout=10)
handle_github_response(response)
handle_request_response(response)
patches = response.json()