mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
thread does not have stop method
This commit is contained in:
parent
c49ad39965
commit
ca05176ce5
1 changed files with 0 additions and 1 deletions
|
|
@ -232,7 +232,6 @@ class CredentialsDialog(QtWidgets.QDialog):
|
|||
|
||||
# If there is an existing server thread running we need to stop it.
|
||||
if self._login_server_thread:
|
||||
self._login_server_thread.stop()
|
||||
self._login_server_thread.join()
|
||||
self._login_server_thread = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue