Browse code

minor revision

Jeff Owrey authored on 10/21/2015 02:54:46
Showing 1 changed files
... ...
@@ -52,7 +52,7 @@ _HTTP_REQUEST_TIMEOUT = 5 # number seconds to wait for a response to HTTP reques
52 52
 
53 53
 ## Define run time options
54 54
 deviceQueryInterval = 5.0  # period defines how often the RR database gets updated
55
-deviceUrl = "http://73.157.139.23:4371/jsdata"  # radiation monitor network address
55
+deviceUrl = "http://{IP address}:{port}/jsdata"  # radiation monitor network address
56 56
 debugOption = False
57 57
 
58 58
   ###  PRIVATE METHODS  ###