1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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