add push service
This commit is contained in:
parent
4543cb9493
commit
9a01f91ea0
@ -18,7 +18,7 @@ async def send_internal_message(
|
|||||||
json={"sender": str(sender),
|
json={"sender": str(sender),
|
||||||
"user_id": str(user_id),
|
"user_id": str(user_id),
|
||||||
"content": str(content),
|
"content": str(content),
|
||||||
"broker_customization_msg": str(broker_customization_msg),
|
"broker_customization_msg": broker_customization_msg,
|
||||||
})
|
})
|
||||||
|
|
||||||
if response.status_code != 200:
|
if response.status_code != 200:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "common-lib"
|
name = "common-lib"
|
||||||
version = "0.0.39"
|
version = "0.0.40"
|
||||||
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