diff --git a/perxis-proto b/perxis-proto index f10336dc4a4f58111c12dd95afec82be18388803..78539871cf2d9f6b187865c4855450143dec4e79 160000 --- a/perxis-proto +++ b/perxis-proto @@ -1 +1 @@ -Subproject commit f10336dc4a4f58111c12dd95afec82be18388803 +Subproject commit 78539871cf2d9f6b187865c4855450143dec4e79 diff --git a/perxis/provider.py b/perxis/provider.py index a908c95c835f4c2afdc1cae0bbb85c6991a919a9..f1afca914180f47ca4fd01fb79a0b84ac9128429 100644 --- a/perxis/provider.py +++ b/perxis/provider.py @@ -147,7 +147,7 @@ class PerxisItemsWrapper: templates: bool = False, ) -> items_pb2.FindResponse: """Метод поиска записей в коллекции.""" - result = await self.__items.Find( + message = await self.__items.Find( items_pb2.FindRequest( space_id=space_id, env_id=env_id,