prettify github extractors
This commit is contained in:
parent
4244f403ed
commit
a521885aa0
2 changed files with 40 additions and 22 deletions
|
@ -12,12 +12,12 @@ Highlight = dal.Highlight
|
|||
Bookmark = dal.Bookmark
|
||||
|
||||
|
||||
def _get_files():
|
||||
def inputs():
|
||||
return get_files(config.export_path, glob='*.json')
|
||||
|
||||
|
||||
def _dal() -> dal.DAL:
|
||||
return dal.DAL(_get_files())
|
||||
return dal.DAL(inputs())
|
||||
|
||||
|
||||
def pages():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue