Don't close BitmessageQtApplication.server in __del__()

This commit is contained in:
Dmitri Bogomolov 2020-09-01 12:31:05 +03:00
parent 46d8576a64
commit 677c117290
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -4244,10 +4244,6 @@ class BitmessageQtApplication(QtWidgets.QApplication):
self.setStyleSheet("QStatusBar::item { border: 0px solid black }")
def __del__(self):
if self.server:
self.server.close()
def on_new_connection(self):
if myapp:
myapp.appIndicatorShow()