summaryrefslogtreecommitdiff
path: root/framework/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'framework/config.py')
-rw-r--r--framework/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/config.py b/framework/config.py
index f0bd1a4..f9125b8 100644
--- a/framework/config.py
+++ b/framework/config.py
@@ -34,7 +34,8 @@ def load():
# Set default values
config.read_dict({'options': {
'platform': 'glx',
- 'threads': 5
+ 'threads': 5,
+ 'database': path.join(xdg.save_data_path('robyn'), 'results.db')
}})
# Read the robynrc file