diff --git a/ca_manager.py b/ca_manager.py index 7f49e36..f4522ce 100755 --- a/ca_manager.py +++ b/ca_manager.py @@ -195,6 +195,8 @@ class CALookup(object): """ Delete a specific certification authority from the database """ + c = self.conn.cursor() + c.execute("""DELETE FROM cas WHERE id = ?""", (ca_id, )) def __getitem__(self, ca_id): """