Browse code

revisions

Jeff Owrey authored on 02/15/2016 01:07:28
Showing 1 changed files
... ...
@@ -59,7 +59,7 @@ _CHART_HEIGHT = 150
59 59
    ### GLOBAL VARIABLES ###
60 60
 
61 61
 webUpdateInterval = _DEFAULT_WEB_DATA_UPDATE_INTERVAL  # web update frequency
62
-deviceUrl = "http://73.157.139.23:4371"  # radiation monitor network address
62
+deviceUrl = "{your device url}"  # radiation monitor network address
63 63
 deviceOnline = True
64 64
 debugOption = False
65 65