bugfixes
This commit is contained in:
parent
a92bbbbcbf
commit
90e379a6de
9 changed files with 92 additions and 66 deletions
|
@ -21,6 +21,8 @@ LOG = logging.getLogger('app.'+'bootstrap')
|
|||
def download_nodes_list(settings, oArgs):
|
||||
if not settings['download_nodes_list']:
|
||||
return ''
|
||||
if not ts.bAreWeConnected():
|
||||
return ''
|
||||
url = settings['download_nodes_url']
|
||||
path = _get_nodes_path(oArgs=oArgs)
|
||||
# dont download blindly so we can edit the file and not block on startup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue