scolby33 / OCSPdash

A dashboard for the status of the top certificate authorities' OCSP responders.
MIT License
1 stars 0 forks source link

Switch to default ordered dict #16

Closed cthoyt closed 6 years ago

cthoyt commented 7 years ago

https://github.com/scolby33/OCSPdash/blob/9938b2142e297252d601b971708413dd1ccba022/src/ocspdash/manager.py#L222

This is emulating default dict behavior, so lets just make a default ordered dict class with this recipe https://stackoverflow.com/questions/6190331/can-i-do-an-ordered-default-dict-in-python

scolby33 commented 7 years ago

Throw it in util.py and go ahead!