mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
lint fix
This commit is contained in:
parent
8afd04aea8
commit
1eb5a2aedd
@ -246,7 +246,7 @@ class _Client(RfbClient): # pylint: disable=too-many-instance-attributes
|
|||||||
"format": StreamFormats.JPEG,
|
"format": StreamFormats.JPEG,
|
||||||
}
|
}
|
||||||
|
|
||||||
async def __fb_sender_task_loop(self) -> None:
|
async def __fb_sender_task_loop(self) -> None: # pylint: disable=too-many-branches
|
||||||
has_h264_key = False
|
has_h264_key = False
|
||||||
last: Optional[Dict] = None
|
last: Optional[Dict] = None
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user