forked from Disroot/gpg-lacre
Fix indentation and names after rebase
This commit is contained in:
parent
9dfc447169
commit
617a208fe9
1 changed files with 5 additions and 5 deletions
|
@ -94,7 +94,7 @@ LOG = logging.getLogger(__name__)
|
|||
|
||||
|
||||
if conf.config_item_equals('database', 'enabled', 'yes') and conf.config_item_set('database', 'url'):
|
||||
(engine, conn) = setup_db_connection(cfg["database"]["url"])
|
||||
(engine, conn) = setup_db_connection(conf.get_item("database", "url"))
|
||||
(gpgmw_keys) = define_db_schema()
|
||||
|
||||
selq = select(gpgmw_keys.c.publickey, gpgmw_keys.c.id, gpgmw_keys.c.email)\
|
||||
|
|
Loading…
Reference in a new issue