summaryrefslogtreecommitdiff
path: root/kvmd/apps/vnc/rfb/__init__.py
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-01-22 04:26:04 +0300
committerDevaev Maxim <[email protected]>2021-01-22 04:26:04 +0300
commitebe40697a5935d5d35a36d0825715ca8c3824c6a (patch)
tree7190cd7443b05efbd07660987b465afbcaf57d02 /kvmd/apps/vnc/rfb/__init__.py
parent7c39b3facd6cc930dbf8994c75b24f48c71902b5 (diff)
sink source for vnc
Diffstat (limited to 'kvmd/apps/vnc/rfb/__init__.py')
-rw-r--r--kvmd/apps/vnc/rfb/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmd/apps/vnc/rfb/__init__.py b/kvmd/apps/vnc/rfb/__init__.py
index 8ca93c8a..ce2b0daf 100644
--- a/kvmd/apps/vnc/rfb/__init__.py
+++ b/kvmd/apps/vnc/rfb/__init__.py
@@ -151,7 +151,7 @@ class RfbClient(RfbClientStream): # pylint: disable=too-many-instance-attribute
# =====
- async def _send_fb(self, jpeg: bytes) -> None:
+ async def _send_fb_jpeg(self, jpeg: bytes) -> None:
assert self._encodings.has_tight
assert self._encodings.tight_jpeg_quality > 0
assert len(jpeg) <= 4194303, len(jpeg)