diff --git a/README.md b/README.md index bd7c265..b241415 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/cosmicpi/rest/wifi.py b/cosmicpi/rest/wifi.py index 719e65a..9a72b60 100644 --- a/cosmicpi/rest/wifi.py +++ b/cosmicpi/rest/wifi.py @@ -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 :(', - } \ No newline at end of file + return { 'message': 'Something went wrong, unable to connect :(' } \ No newline at end of file