Browse code

bug fixes

gandolf authored on 01/23/2020 07:02:13
Showing 1 changed files
... ...
@@ -48,8 +48,7 @@ _USER = os.environ['USER']
48 48
 
49 49
 # ip address of the aredn node
50 50
 
51
-#_DEFAULT_AREDN_NODE_URL = "http://localnode:8080/cgi-bin/signal.json"
52
-_DEFAULT_AREDN_NODE_URL = "http://192.168.1.30:8080/cgi-bin/signal.json"
51
+_DEFAULT_AREDN_NODE_URL = "http://localnode:8080/cgi-bin/signal.json"
53 52
 
54 53
     ### FILE AND FOLDER LOCATIONS ###
55 54