Browse code

added global option for timestamp source

Gandolf authored on 12/02/2019 02:52:21
Showing 1 changed files
... ...
@@ -51,7 +51,7 @@ _USER = os.environ['USER']
51 51
    ### DEFAULT RADIATION MONITOR URL ###
52 52
 
53 53
 # ip address of radiation monitoring device
54
-_DEFAULT_RADIATION_MONITOR_URL = "http://192.168.1.24"
54
+_DEFAULT_RADIATION_MONITOR_URL = "{your radiation monitor url}"
55 55
 
56 56
     ### FILE AND FOLDER LOCATIONS ###
57 57