1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-17 20:01:44 +02:00

Update main.py

This commit is contained in:
Nick Sweeting
2022-06-08 20:17:31 -07:00
committed by GitHub
parent 2bbc742017
commit 01555dfe34

View File

@@ -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()