Merge pull request #20 from twinters/patch-1

Changed isAlive to is_alive
This commit is contained in:
Shay Palachy
2020-03-20 15:24:31 +02:00
committed by GitHub
+1 -1
View File
@@ -201,7 +201,7 @@ class _PickleCore(_BaseCore):
)
observer.start()
observer.join(timeout=1.0)
if observer.isAlive():
if observer.is_alive():
# print('Timedout waiting. Starting again...')
return self.wait_on_entry_calc(key)
# print("Returned value: {}".format(event_handler.value))