This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "HospitalAssistantBackend"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
description = "Backend for Hospital Assistant"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13,<3.14"
|
||||
|
||||
@ -49,6 +49,7 @@ class AEMD_API(AsyncClient):
|
||||
|
||||
match req.status_code:
|
||||
case status.HTTP_200_OK:
|
||||
print(req.text)
|
||||
envelope = s.Envelope.from_xml(req.text)
|
||||
|
||||
case _:
|
||||
|
||||
Reference in New Issue
Block a user