mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 15:27:53 +10:00
feat: Add support for singlefile in docker
This commit is contained in:
@@ -518,6 +518,7 @@ def printable_folder_status(name: str, folder: Dict) -> str:
|
||||
|
||||
@enforce_types
|
||||
def printable_dependency_version(name: str, dependency: Dict) -> str:
|
||||
version = None
|
||||
if dependency['enabled']:
|
||||
if dependency['is_valid']:
|
||||
color, symbol, note, version = 'green', '√', 'valid', ''
|
||||
|
||||
Reference in New Issue
Block a user