add socket_internal
This commit is contained in:
parent
ca6be252ab
commit
c2405f1326
@ -33,7 +33,7 @@ async def send_internal_socket_msg(
|
|||||||
return response.status_code, f"socket_service: {response.text}"
|
return response.status_code, f"socket_service: {response.text}"
|
||||||
|
|
||||||
wrapped = response.json()
|
wrapped = response.json()
|
||||||
return wrapped["data"]
|
return 200, wrapped
|
||||||
|
|
||||||
except httpx.RequestError as e:
|
except httpx.RequestError as e:
|
||||||
if with_httpexception:
|
if with_httpexception:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "common-lib"
|
name = "common-lib"
|
||||||
version = "0.0.26"
|
version = "0.0.27"
|
||||||
description = "Библиотека общих компонентов для микросервисов yobble"
|
description = "Библиотека общих компонентов для микросервисов yobble"
|
||||||
authors = [{ name = "cheykrym", email = "you@example.com" }]
|
authors = [{ name = "cheykrym", email = "you@example.com" }]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user