import books from import folder, fixes #136

This commit is contained in:
j 2016-01-18 17:32:42 +05:30
commit 75fd720b19
4 changed files with 32 additions and 11 deletions

View file

@ -159,6 +159,7 @@ def run():
state.main.call_later(10, publish)
else:
nodes.publish_node()
state.main.call_later(10, lambda: state.tasks.queue('scanimport'))
state.main.add_callback(publish)
if not state.update: