mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Update service_manager.py
This commit is contained in:
parent
a1edaa1ed6
commit
a1617e16d0
1 changed files with 1 additions and 1 deletions
|
@ -216,4 +216,4 @@ class ServiceManager(IClientHandler):
|
|||
def send_message(self, email: str, message: str, ttl: int):
|
||||
for user in self._subscribers:
|
||||
if user.info and user.info.email == email:
|
||||
user.send_message(message, ttl * 1000)
|
||||
user.send_message(user.gen_request_id(), message, ttl * 1000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue