change api endpoint

This commit is contained in:
√(noham)²
2024-03-01 17:27:38 +01:00
parent 3c9f01aa7d
commit 55253bec44
2 changed files with 4 additions and 2 deletions

View File

@@ -13,5 +13,5 @@ json_payload = json.dumps(payload)
headers = {'Content-Type': 'application/json'}
r = requests.post(url+'/set', data=json_payload, headers=headers)
r = requests.get(url+'/display')
r = requests.get(url+'/get')
print(r.text)