changed to json

This commit is contained in:
2023-11-30 21:30:13 +01:00
parent a3b7f917c2
commit b2e49bf99c

View File

@@ -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)