diff options
author | emkael <emkael@tlen.pl> | 2017-05-04 23:19:14 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-05-09 02:51:36 +0200 |
commit | 9ad496966ab94c37cbf4208ec1fd39257cb60410 (patch) | |
tree | 4bbb7bce3d4eb598f723e76211c9f29c5feb0635 /ausbutler/tour_config.py | |
parent | 557569d76e9ccaaef9df4b6d49cb14a55b5e4980 (diff) |
Verbose DB name read
Diffstat (limited to 'ausbutler/tour_config.py')
-rw-r--r-- | ausbutler/tour_config.py | 2 |
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): |