mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🐛 fix py3.9 deprecated method name
This commit is contained in:
parent
d5fccbbf7d
commit
165088e721
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ class FtrackTrayWrapper:
|
|||
failed_count = 0
|
||||
|
||||
# If thread failed test Ftrack and Mongo connection
|
||||
elif not self.thread_socket_server.isAlive():
|
||||
elif not self.thread_socket_server.is_alive():
|
||||
self.thread_socket_server.join()
|
||||
self.thread_socket_server = None
|
||||
ftrack_accessible = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue