From 556c7a0b3008ba732a36c42f4645994bd42d92a7 Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Sat, 3 Oct 2020 20:21:22 +0100 Subject: [PATCH] comrad update! --- comrad/backend/crypt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comrad/backend/crypt.py b/comrad/backend/crypt.py index 0b7bd29..4a31aa5 100644 --- a/comrad/backend/crypt.py +++ b/comrad/backend/crypt.py @@ -142,7 +142,7 @@ class Crypt(Logger): k_b=self.package_key(k,prefix=prefix) k_b_hash = self.hash(k_b) - v = self.db.command('get',k_b_hash) + v = self.db.command('del',k_b_hash) self.log('<--',v) return v