This commit is contained in:
2025-10-20 20:02:39 +02:00
parent 5f8a82d483
commit 9f305ec912
2 changed files with 177 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ payload = {
}""",
}
print("📡 Querying Medevio API for agenda of 17 Oct 2025...")
print("📡 Querying Medevio API for agenda...")
r = requests.post(GRAPHQL_URL, headers=headers, data=json.dumps(payload))
print("Status:", r.status_code)