- removed defunct config option
* changed bootstrap node * improved web interface styles * start-daemon script hopefully less prone to crash * fixed openwebinterface url output * added defaults for timer configs incase config can't be read or the values are missing
This commit is contained in:
parent
71805811cf
commit
3825d3857c
9 changed files with 19 additions and 12 deletions
|
@ -26,5 +26,5 @@ def open_home(o_inst):
|
|||
logger.error('Onionr seems to not be running (could not get api host)')
|
||||
else:
|
||||
url = 'http://%s/#%s' % (url, o_inst.onionrCore.config.get('client.webpassword'))
|
||||
logger.info('If Onionr does not open automatically, use this URL:', url)
|
||||
logger.info('If Onionr does not open automatically, use this URL: ' + url)
|
||||
webbrowser.open_new_tab(url)
|
Loading…
Add table
Add a link
Reference in a new issue