Minor updates

This commit is contained in:
Maxim Khomutov 2023-07-19 21:10:26 +03:00
parent 57b7cebeca
commit e72c371e20

View File

@ -94,7 +94,6 @@ class UDPServer(asyncio.DatagramTransport):
self.log.error(f"Error: {e}")
self.log.exception(e)
finally:
self.log.info("UDP сервер сдох 2")
self.run = False
self.Core.run = False