Browse code

revisions 11-15-2018

fractalxaos authored on 11/16/2018 07:38:00
Showing 1 changed files
... ...
@@ -55,7 +55,7 @@ _USER = os.environ['USER']
55 55
 # ip address of radiation monitoring device
56 56
 _DEFAULT_RADIATION_MONITOR_URL = "{your radiation monitor url}"
57 57
 # url if this is a mirror server
58
-_PRIMARY_SERVER_URL = "{your mirror server url}"
58
+_PRIMARY_SERVER_URL = "{your primary server url}"
59 59
 
60 60
     ### FILE AND FOLDER LOCATIONS ###
61 61