summaryrefslogtreecommitdiff
path: root/ausbutler/tour_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'ausbutler/tour_config.py')
-rw-r--r--ausbutler/tour_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ausbutler/tour_config.py b/ausbutler/tour_config.py
index 1edb259..755bac9 100644
--- a/ausbutler/tour_config.py
+++ b/ausbutler/tour_config.py
@@ -2,7 +2,7 @@ from .config import load_config
from .db import get_session
from .model import Parameters, Translation
-session = get_session()
+session = get_session(load_config('db'))
class Translations(object):