0
alert
4y

Default dict that returns default dict on configparser to replace "if/try/nested .get()" to just "or"

In the end I had just
data = source or source1 or source2 or source3

Comments
Add Comment