This commit is contained in:
Peter Šurda 2018-04-03 22:53:41 +02:00
parent 2f18794ce8
commit 1a4cfc3784
Signed by: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87

View File

@ -325,7 +325,9 @@ class Main:
upnpThread = upnp.uPnPThread()
upnpThread.start()
if daemon == False and BMConfigParser().safeGetBoolean('bitmessagesettings', 'daemon') == False and not state.testmode:
if (daemon == False and
BMConfigParser().safeGetBoolean('bitmessagesettings', 'daemon') == False and
not state.testmode:
if state.curses == False:
if not depends.check_pyqt():
sys.exit(