mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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
|
failed_count = 0
|
||||||
|
|
||||||
# If thread failed test Ftrack and Mongo connection
|
# 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.join()
|
||||||
self.thread_socket_server = None
|
self.thread_socket_server = None
|
||||||
ftrack_accessible = False
|
ftrack_accessible = False
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue