From 3e22aeced45e23dabab43ddca865b14dae429304 Mon Sep 17 00:00:00 2001 From: Zzaphkiel <1278228162@qq.com> Date: Sun, 7 Jan 2024 02:26:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=80=80=E5=87=BA=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E7=AB=AF=E5=90=8E=E6=8A=A5=E9=94=99=E7=9A=84=20BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/lol/listener.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lol/listener.py b/app/lol/listener.py index 2294567e..fde16a59 100644 --- a/app/lol/listener.py +++ b/app/lol/listener.py @@ -61,7 +61,7 @@ def run(self): isRunning = True self.lolClientStarted.emit(pid) else: - if isRunning and not isLolGameProcessExist(): + if isRunning and not isLolGameProcessExist(self.tasklistPath): isRunning = False self.lolClientEnded.emit()