mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-14 15:14:31 -04:00
fix database file location and init process
This commit is contained in:
parent
88a37bc552
commit
289a6ea30f
4 changed files with 41 additions and 28 deletions
|
@ -71,7 +71,7 @@ def log_indexing_started(out_dir: str, out_file: str):
|
|||
def log_indexing_finished(out_dir: str, out_file: str):
|
||||
end_ts = datetime.now()
|
||||
_LAST_RUN_STATS.index_end_ts = end_ts
|
||||
print('\r √ {}/{}'.format(pretty_path(out_dir), out_file))
|
||||
print('\r √ {}/{}'.format(out_dir, out_file))
|
||||
|
||||
|
||||
### Archiving Stage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue