diff options
author | Camil Staps | 2015-10-04 16:54:46 +0200 |
---|---|---|
committer | Camil Staps | 2015-10-04 16:57:45 +0200 |
commit | a1a9be9bf317b9dd1652a93f5e4f9fa677457082 (patch) | |
tree | 71ae8fbd85c9b3a44bdcf2ed6d7ed4668bccd3d6 /cli.py | |
parent | Orator, Click (diff) |
List with alternative book names
Diffstat (limited to 'cli.py')
-rwxr-xr-x | cli.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ def init(filename): click.echo('Initialising pyble database...') db = setup_database(filename) setup_tables(db) + click.echo('Inserting common book names...') + setup_fill_alternative_book_names(db) click.echo('Done.') def load_biblehub_line(columns, line): |