mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -04:00
Update main.py
This commit is contained in:
parent
2bbc742017
commit
01555dfe34
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ def version(quiet: bool=False,
|
|||
print(printable_dependency_version(name, dependency))
|
||||
|
||||
# add a newline between core dependencies and extractor dependencies for easier reading
|
||||
if 'sqlite' in name.lower():
|
||||
if name == 'ARCHIVEBOX_BINARY':
|
||||
print()
|
||||
|
||||
print()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue