summaryrefslogtreecommitdiffstats
path: root/server/xmlrpc_API1.py
diff options
context:
space:
mode:
Diffstat (limited to 'server/xmlrpc_API1.py')
-rw-r--r--server/xmlrpc_API1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/xmlrpc_API1.py b/server/xmlrpc_API1.py
index 300e262..b1cae0e 100644
--- a/server/xmlrpc_API1.py
+++ b/server/xmlrpc_API1.py
@@ -34,7 +34,7 @@ import rtevaldb
class XMLRPC_API1():
- def __init__(self, dataroot="/tmp/rteval", debug=False, nodbaction=False):
+ def __init__(self, dataroot="/var/lib/rteval", debug=False, nodbaction=False):
# Some defaults
self.dataroot = dataroot
self.fnametrans = string.maketrans("/\\", "::") # replace path delimiters in filenames