From 0fbd0f45557db95ff802e1cf4d0f9968f7def113 Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Wed, 27 Sep 2023 23:17:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dwebview=5Fui=E4=B8=ADglobal?= =?UTF-8?q?=E7=9A=84=E9=94=99=E8=AF=AF=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webview_ui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/webview_ui.py b/webview_ui.py index a2a037a88..e6d92c132 100755 --- a/webview_ui.py +++ b/webview_ui.py @@ -122,7 +122,6 @@ def is_port_in_use(port): sleep(0.1) webview.start() - global mower_process if mower_process: mower_process.terminate() mower_process = None