chore: stylize sse code; fix: add sseclient-py to requirements

This commit is contained in:
firedotguy
2026-02-10 17:53:48 +03:00
parent 51518ce0d7
commit 8e8b0b3bb9
5 changed files with 30 additions and 45 deletions

View File

@@ -16,7 +16,7 @@ def get_unread_notifications_count(token: str):
def stream_notifications(token: str):
"""Получить SSE поток уведомлений
Returns:
Response: Streaming response для SSE
"""