This commit is contained in:
Maxim Devaev 2022-06-19 20:57:05 +03:00
parent 43da6af153
commit dd3044753c

View File

@ -104,7 +104,6 @@ class PstServer(HttpServer): # pylint: disable=too-many-arguments,too-many-inst
# ===== SYSTEM TASKS
async def __controller(self) -> None:
logger = get_logger(0)
prev: int = 0
while True:
cur = len(self._get_wss())