Skip to content

Commit

Permalink
покращення парсера:
Browse files Browse the repository at this point in the history
 - ping клієнтів
  • Loading branch information
v00g100skr committed Oct 27, 2023
1 parent 59a7377 commit b3a83b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/tcp_server/asyncio_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ async def log_clients_periodically(clients, web_clients, api_clients, img_client
))

asyncio.ensure_future(parse_and_broadcast(clients))
asyncio.ensure_future(ping(clients))
#asyncio.ensure_future(ping(clients))
asyncio.ensure_future(alarm_data())
asyncio.ensure_future(weather_data())
asyncio.ensure_future(etryvoga_data())
Expand Down

0 comments on commit b3a83b5

Please sign in to comment.