Closed afrittoli closed 4 years ago
Last time we modified the code to add some functionality, we inadvertently broke the case of local storage of the data.
"_get_data_handlers" should always return a tuple, so in case of no local cache return (None, None).
Fixes #44
Last time we modified the code to add some functionality, we inadvertently broke the case of local storage of the data.
"_get_data_handlers" should always return a tuple, so in case of no local cache return (None, None).
Fixes #44