Don't close BitmessageQtApplication.server in __del__()

This commit is contained in:
Dmitri Bogomolov 2020-09-01 12:31:05 +03:00
parent cf36bc4551
commit 6817d8d030
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13
1 changed files with 0 additions and 4 deletions

View File

@ -4242,10 +4242,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()