Don't pass table definition to KeyConfirmationQueue
This commit is contained in:
parent
1ad0d2df0e
commit
7fe52ae8b5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def sub_queue(args):
|
|||
LOG.debug('Inspecting queue...')
|
||||
|
||||
conn = repo.connect(conf.get_item('database', 'url'))
|
||||
queue = repo.KeyConfirmationQueue(db.GPGMW_KEYS, conn)
|
||||
queue = repo.KeyConfirmationQueue(conn)
|
||||
|
||||
cnt = queue.count_keys()
|
||||
|
||||
|
|
Loading…
Reference in a new issue