mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
action server is not in daemon thread anymore
This commit is contained in:
parent
0e5cb8652c
commit
edd3ad2e57
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ class FtrackModule:
|
|||
self.thread_action_server = threading.Thread(
|
||||
target=self.set_action_server
|
||||
)
|
||||
self.thread_action_server.daemon = True
|
||||
self.thread_action_server.start()
|
||||
|
||||
def set_action_server(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue