Style fixes
This commit is contained in:
parent
1ffcf696c7
commit
a7896e0691
|
@ -325,7 +325,7 @@ class Main:
|
||||||
upnpThread = upnp.uPnPThread()
|
upnpThread = upnp.uPnPThread()
|
||||||
upnpThread.start()
|
upnpThread.start()
|
||||||
|
|
||||||
if (daemon == False and
|
if (daemon == False and
|
||||||
BMConfigParser().safeGetBoolean('bitmessagesettings', 'daemon') == False and
|
BMConfigParser().safeGetBoolean('bitmessagesettings', 'daemon') == False and
|
||||||
not state.testmode):
|
not state.testmode):
|
||||||
if state.curses == False:
|
if state.curses == False:
|
||||||
|
|
Reference in New Issue
Block a user