Deleted server/__pycache__/server.cpython-310.pyc
Updated server/server.py
This commit is contained in:
parent
865e2a6ff8
commit
f562c9d7a2
Binary file not shown.
|
|
@ -23,9 +23,7 @@ async def talking(request: Request) -> HTTPResponse:
|
|||
print("users_in_chat", [[username, ip] for username, ip in zip(users.keys(),users.values())])
|
||||
return response.json({
|
||||
"status": actual_messages,
|
||||
"users_in_chat": [[username, ip] for username, ip in zip(
|
||||
users.keys(),users.values()
|
||||
)]
|
||||
"users_in_chat": list(users.keys())
|
||||
})
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user