Closed sampsyo closed 9 years ago
Use dict.get() to avoid raising an exception when the data is missing, as suggested by @ocelma.
dict.get()
Thanks for merging! :smile: :fish:
Use
dict.get()
to avoid raising an exception when the data is missing, as suggested by @ocelma.