mirror of
https://github.com/NohamR/AM-Exporter.git
synced 2026-05-25 12:17:14 +00:00
change api endpoint
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user