From a46c638c281511fc34e0ff30cdb420c13ab54c58 Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Thu, 30 Jul 2026 18:21:33 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20'destory'=20=E2=86=92=20'destroy'?= =?UTF-8?q?=20in=20img=5Fhandler.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- img_handler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/img_handler.py b/img_handler.py index 992b937..7c370d6 100644 --- a/img_handler.py +++ b/img_handler.py @@ -51,8 +51,8 @@ def show_channel_out(self, wait=0.5): cv2.waitKey(1) gevent.sleep(wait) - def destory(self): - """ destory """ + def destroy(self): + """ destroy """ if self._cfg['receive_opt'] == True: self._cfg['receive_opt'] = Fasle self._channel['in'] = []