mirror of
https://github.com/wassname/cachier.git
synced 2026-09-09 11:19:08 +08:00
Changed isAlive to is_alive
This removes the deprecation warning
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user