add configure method to instapaper module
This commit is contained in:
parent
12b7aa919e
commit
fdf1a3f935
4 changed files with 24 additions and 6 deletions
|
@ -90,3 +90,6 @@ def setup_logger(logger, level=None, format=None, datefmt=None):
|
|||
)
|
||||
finally:
|
||||
logging.root = old_root
|
||||
|
||||
|
||||
PathIsh = Union[Path, str]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue