From b95a34209851970bd0510acefbe1dcc4f43c7c56 Mon Sep 17 00:00:00 2001 From: Ash Date: Wed, 23 Aug 2023 19:20:49 +0200 Subject: [PATCH] Bugfixes and Valorant tweaks --- Main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.py b/Main.py index 66ad6d4..f9d70a4 100644 --- a/Main.py +++ b/Main.py @@ -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("")