add configure method to instapaper module

This commit is contained in:
Dima Gerasimov 2019-11-07 19:18:54 +00:00
parent 12b7aa919e
commit fdf1a3f935
4 changed files with 24 additions and 6 deletions

View file

@ -90,3 +90,6 @@ def setup_logger(logger, level=None, format=None, datefmt=None):
)
finally:
logging.root = old_root
PathIsh = Union[Path, str]