🐛 fix py3.9 deprecated method name

This commit is contained in:
Ondřej Samohel 2022-08-04 14:48:53 +02:00
parent d5fccbbf7d
commit 165088e721
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7

View file

@ -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