Browse code

revisions 16-11-2018

fractalxaos authored on 11/16/2018 19:57:38
Showing 1 changed files
... ...
@@ -53,10 +53,10 @@ _USER = os.environ['USER']
53 53
    ### DEFAULT RADIATION MONITOR URL ###
54 54
 
55 55
 # ip address of radiation monitoring device
56
-_DEFAULT_RADIATION_MONITOR_URL = "http://192.168.1.24"
56
+_DEFAULT_RADIATION_MONITOR_URL = "{your radiation monitor url}"
57 57
 # url if this is a mirror server
58
-_PRIMARY_SERVER_URL = "http://73.157.139.23:7361" \
59
-                      "/~pi/radmon/dynamic/radmonInputData.dat"
58
+_PRIMARY_SERVER_URL = "{your primary server url}" \
59
+                      "/{user}/radmon/dynamic/radmonInputData.dat"
60 60
 
61 61
     ### FILE AND FOLDER LOCATIONS ###
62 62