Blob Blame History Raw
From 41020d87c26d5cef47ebe576d9735fd1c65cbe59 Mon Sep 17 00:00:00 2001
From: hannes <hannes@fedoraproject.org>
Date: Sun, 30 May 2021 09:00:12 +0200
Subject: [PATCH] small patch

---
 common/password_ipc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/password_ipc.py b/common/password_ipc.py
index 8e897ed..4b0701f 100644
--- a/common/password_ipc.py
+++ b/common/password_ipc.py
@@ -132,7 +132,7 @@ class TempPasswordThread(threading.Thread):
 
     def stop(self):
         self.join(5)
-        if self.isAlive():
+        if self.is_alive():
             #threading does not support signal.alarm
             self.read()
         try:
-- 
2.31.1