2
0
Эх сурвалжийг харах

iorpc.py: replace deprecated isAlive() with is_alive()

- GH #24
Daniel-Constantin Mierla 1 жил өмнө
parent
commit
7ae48e7689
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      kamcli/iorpc.py

+ 1 - 1
kamcli/iorpc.py

@@ -252,7 +252,7 @@ def command_jsonrpc_fifo(
     while waitrun:
         try:
             tiofifo.join(500)
-            if not tiofifo.isAlive():
+            if not tiofifo.is_alive():
                 waitrun = False
                 break
         except KeyboardInterrupt: