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