From 9ad496966ab94c37cbf4208ec1fd39257cb60410 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 4 May 2017 23:19:14 +0200 Subject: Verbose DB name read --- ausbutler/tour_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ausbutler/tour_config.py') 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): -- cgit v1.2.3