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}"
|
||||
|
||||
wrapped = response.json()
|
||||
return wrapped["data"]
|
||||
return 200, wrapped
|
||||
|
||||
except httpx.RequestError as e:
|
||||
if with_httpexception:
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "common-lib"
|
||||
version = "0.0.26"
|
||||
version = "0.0.27"
|
||||
description = "Библиотека общих компонентов для микросервисов yobble"
|
||||
authors = [{ name = "cheykrym", email = "you@example.com" }]
|
||||
license = "MIT"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user