This commit is contained in:
Devaev Maxim 2021-03-06 01:09:37 +03:00
parent 8afd04aea8
commit 1eb5a2aedd

View File

@ -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: