changed to json
This commit is contained in:
@@ -9,7 +9,7 @@ def read_version():
|
|||||||
|
|
||||||
|
|
||||||
def check_for_update():
|
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)
|
response = requests.get(request)
|
||||||
if not response.ok: return
|
if not response.ok: return
|
||||||
print(response.text)
|
print(response.text)
|
||||||
|
|||||||
Reference in New Issue
Block a user