Style fixes

This commit is contained in:
Peter Šurda 2018-04-05 12:23:02 +02:00
parent 1ffcf696c7
commit a7896e0691
Signed by: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87

View File

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