thread does not have stop method

This commit is contained in:
iLLiCiTiT 2020-08-26 12:54:40 +02:00
parent c49ad39965
commit ca05176ce5

View file

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