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 # ===== SYSTEM TASKS
async def __controller(self) -> None: async def __controller(self) -> None:
logger = get_logger(0)
prev: int = 0 prev: int = 0
while True: while True:
cur = len(self._get_wss()) cur = len(self._get_wss())