Fix unencrypted delivery and key removal #130

Merged
pfm merged 40 commits from 129-key-removal into main 2023-12-02 21:59:15 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7fe52ae8b5 - Show all commits

View File

@ -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()