Typo
This commit is contained in:
parent
1a4cfc3784
commit
5328c58ed7
|
@ -327,7 +327,7 @@ class Main:
|
||||||
|
|
||||||
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:
|
||||||
if not depends.check_pyqt():
|
if not depends.check_pyqt():
|
||||||
sys.exit(
|
sys.exit(
|
||||||
|
|
Reference in New Issue
Block a user