bitmessagemain flake8 Fixes
This commit is contained in:
parent
395fbcd0f0
commit
cc869d0426
|
@ -419,8 +419,8 @@ class Main:
|
||||||
if daemon:
|
if daemon:
|
||||||
while state.shutdown == 0:
|
while state.shutdown == 0:
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
if (state.testmode and
|
if (
|
||||||
time.time() - state.last_api_response >= 30):
|
state.testmode and time.time() - state.last_api_response >= 30):
|
||||||
self.stop()
|
self.stop()
|
||||||
elif not state.enableGUI:
|
elif not state.enableGUI:
|
||||||
from tests import core as test_core # pylint: disable=relative-import
|
from tests import core as test_core # pylint: disable=relative-import
|
||||||
|
|
Loading…
Reference in New Issue
Block a user