Don't close BitmessageQtApplication.server in __del__()
This commit is contained in:
parent
46d8576a64
commit
677c117290
|
@ -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()
|
||||
|
|
Reference in New Issue
Block a user