Change URL in docs

This commit is contained in:
Darko Lukic 2018-05-21 23:27:10 +02:00
parent 20d681cc29
commit 002cc3aa02
2 changed files with 2 additions and 4 deletions

View file

@ -32,7 +32,7 @@ From the Raspberry Pi itself the application is available at:
When used as an access point the application is available at:
`http://cosmicpi.local/` or `http://10.0.0.1/`
`http://cosmicpi.local/` or `http://192.168.10.1/`
#### Debugging the software:
Stop all mentioned services. After this you should be able to run the software directly via the commandline.

View file

@ -90,6 +90,4 @@ network={
'message': 'Great! Your are not connected to %s and you can access to ' \
'this web panel on http://%s/' % (ssid, new_ip),
}
return {
'message': 'Something went wrong, unable to connect :(',
}
return { 'message': 'Something went wrong, unable to connect :(' }