mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Fixed collection system.
This commit is contained in:
2
pyShelf.py
vendored
Normal file → Executable file
2
pyShelf.py
vendored
Normal file → Executable file
@@ -22,7 +22,9 @@ def run_import():
|
||||
config.logger.info("Begining book import.")
|
||||
execute_scan(PRG_PATH, config=config)
|
||||
config.logger.info("Finished book import.")
|
||||
storage = Storage(config=config)
|
||||
# MakeCollections(PRG_PATH, config=config)
|
||||
storage.make_collections()
|
||||
return "Import Complete"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user