mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
fix
This commit is contained in:
@@ -281,6 +281,7 @@ class _Client(RfbClient): # pylint: disable=too-many-instance-attributes
|
|||||||
await self._send_fb_jpeg(await make_text_jpeg(self._width, self._height, quality, text))
|
await self._send_fb_jpeg(await make_text_jpeg(self._width, self._height, quality, text))
|
||||||
self.__fb_stub = (quality, text)
|
self.__fb_stub = (quality, text)
|
||||||
self.__fb_requested = False
|
self.__fb_requested = False
|
||||||
|
self.__fb_h264_data = b""
|
||||||
finally:
|
finally:
|
||||||
if not no_lock:
|
if not no_lock:
|
||||||
self.__lock.release()
|
self.__lock.release()
|
||||||
|
|||||||
Reference in New Issue
Block a user