diff --git a/src/updater.py b/src/updater.py index 86eb06e..e31aa29 100644 --- a/src/updater.py +++ b/src/updater.py @@ -9,7 +9,7 @@ def read_version(): def check_for_update(): - request = "https://gitlab.com/DasMoorhuhn/autopicture-v3/-/raw/main/src/.version.yml" + request = "https://gitlab.com/DasMoorhuhn/autopicture-v3/-/raw/main/src/.version.json" response = requests.get(request) if not response.ok: return print(response.text)