Call save when removing cert.

This commit is contained in:
Brad Warren 2020-05-21 11:13:41 -07:00
parent 2d9ffa3a9c
commit e7462fa2c5

View file

@ -282,6 +282,7 @@ class OCSPPrefetchMixin(object):
"""
self._ocsp_prefetch.pop(cert_path)
self.storage.put("ocsp_prefetch", self._ocsp_prefetch)
self.storage.save()
def _ocsp_prefetch_fetch_state(self):
"""