diff --git a/pyproject.toml b/pyproject.toml index 19fd1bb..f878e94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/clients/aemd/api.py b/src/clients/aemd/api.py index cb36700..db75543 100644 --- a/src/clients/aemd/api.py +++ b/src/clients/aemd/api.py @@ -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 _: