From cb3b138241c7d845e120353cb40cbe881daa7138 Mon Sep 17 00:00:00 2001 From: Miwory Date: Sun, 5 Oct 2025 10:57:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B0=D1=82=D1=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/users/v1/router.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/users/v1/router.py b/src/apps/users/v1/router.py index 0cee689..b28087a 100644 --- a/src/apps/users/v1/router.py +++ b/src/apps/users/v1/router.py @@ -181,7 +181,8 @@ async def get_pat_flg(): # raise e.NotFoundException(detail='No observations found') # observation = observations.items[-1] -# observation_measurements = await c.tdn_api.observations_measurement_search( +# observation_measurements = await +# c.tdn_api.observations_measurement_search( # tdn_access_token, observation.uid # )