Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MondayNitro authored Sep 16, 2024
1 parent a5705c9 commit b2044c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def main():
return

# Fetch Revanced patches version information
rvx_patches_url = "https://api.github.com/repos/inotia00/revanced-patches/releases/latest"
rvx_patches_url = "https://api.github.com/repos/inotia00/revanced-patches/releases"
response = requests.get(rvx_patches_url)
rvx_patches_data = response.json()
rvx_patches_version = rvx_patches_data["tag_name"]
Expand Down

0 comments on commit b2044c8

Please sign in to comment.