Browse Source

publish muk_session_store - 12.0

pull/9/head
MuK IT GmbH 5 years ago
parent
commit
141c6dcc39
  1. 1
      muk_session_store/store/postgres.py

1
muk_session_store/store/postgres.py

@ -58,7 +58,6 @@ class PostgresSessionStore(SessionStore):
cursor.autocommit(True)
self._create_table(cursor)
except:
_logger.exception("REMOVE ME AFTER IT WORKS!")
self._create_database()
self._setup_database()

Loading…
Cancel
Save