Ajoute le retour de sonde
This commit is contained in:
parent
cd76770863
commit
75840fde52
|
@ -54,6 +54,7 @@ def forward(data):
|
|||
for post_url in forward_urls:
|
||||
res = session.post(post_url, json=data)
|
||||
print(res.ok)
|
||||
print(res.json())
|
||||
|
||||
|
||||
def status2list(status: dict):
|
||||
|
|
Loading…
Reference in New Issue