This commit changes the 'soltesz.py' module into 'moncommands.py' and
[monitor.git] / soltesz.py
index a0fe9a5..ea61b70 100644 (file)
@@ -14,8 +14,10 @@ import shutil
 from config import config as cfg
 config = cfg()
 
+import monitorconfig
+
 DEBUG= 0
-PICKLE_PATH="pdb"
+PICKLE_PATH=monitorconfig.MONITOR_DATA_ROOT
 
 class ExceptionTimeout(Exception): pass