Style
This commit is contained in:
parent
2f18794ce8
commit
1a4cfc3784
|
@ -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(
|
||||
|
|
Reference in New Issue
Block a user