mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
lint fix
This commit is contained in:
parent
43da6af153
commit
dd3044753c
@ -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())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user