Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Bugfixes and Valorant tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckDuckG0ose committed Aug 23, 2023
1 parent d1285c1 commit b95a342
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 @@ -105,7 +105,7 @@ def update(repo_url):
if repo_version > local_version:
# Download and update all files from the GitHub repository
try:
repo_url_raw = f"{repo_url}/raw/master/"
repo_url_raw = repo_url
response = requests.get(repo_url_raw)
response.raise_for_status()
logger.info("")
Expand Down

0 comments on commit b95a342

Please sign in to comment.