From bc052a819fd99f82f72743df7a4217e43fad37c3 Mon Sep 17 00:00:00 2001 From: MuK IT GmbH Date: Sat, 23 Feb 2019 15:24:37 +0000 Subject: [PATCH] publish muk_session_store - 12.0 --- muk_session_store/store/postgres.py | 1 + 1 file changed, 1 insertion(+) diff --git a/muk_session_store/store/postgres.py b/muk_session_store/store/postgres.py index 7aaf464..d5a0432 100644 --- a/muk_session_store/store/postgres.py +++ b/muk_session_store/store/postgres.py @@ -58,6 +58,7 @@ class PostgresSessionStore(SessionStore): cursor.autocommit(True) self._create_table(cursor) except: + _logger.exception("REMOVE ME AFTER IT WORKS!") self._create_database() self._setup_database()