mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
(fix): use correct(existing) variable name
This commit is contained in:
parent
82ac325448
commit
0b81a4f04b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue