(fix): use correct(existing) variable name

This commit is contained in:
iLLiCiTiT 2020-01-23 14:49:12 +01:00
parent 82ac325448
commit 0b81a4f04b

View file

@ -171,7 +171,7 @@ class FtrackModule:
# If thread failed test Ftrack and Mongo connection
elif not self.thread_socket_server.isAlive():
self.thread_socket_server_thread.join()
self.thread_socket_server.join()
self.thread_socket_server = None
ftrack_accessible = False