Browse code

minor revisions

gandolf authored on 07/05/2022 19:26:23
Showing 1 changed files
... ...
@@ -60,7 +60,7 @@ _USE_RADMON_TIMESTAMP = True
60 60
    ### DEFAULT RADIATION MONITOR URL ###
61 61
 
62 62
 _DEFAULT_RADIATION_MONITOR_URL = \
63
-    "http://192.168.1.24"
63
+    "{your radiation monitor URL}"
64 64
 
65 65
     ### FILE AND FOLDER LOCATIONS ###
66 66