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
a81871adbe
commit
a28548cec5
@ -84,7 +84,7 @@ class RfbClient(RfbClientStream): # pylint: disable=too-many-instance-attribute
|
||||
async def _run(self, **coros: Coroutine) -> None:
|
||||
logger = get_logger(0)
|
||||
logger.info("[entry] [%s]: Starting client tasks ...", self._remote)
|
||||
tasks = list(map(asyncio.create_task, [
|
||||
tasks = list(map(asyncio.create_task, [ # type: ignore # Я хз, почему github action фейлится здесь
|
||||
self.__wrapper(name, coro)
|
||||
for (name, coro) in {"main": self.__main_task_loop(), **coros}.items()
|
||||
]))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user