mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 14:05:21 -04:00
fix archivebox init colors and dir status checking
This commit is contained in:
parent
5323953f94
commit
0c7d7a2225
4 changed files with 63 additions and 58 deletions
archivebox
|
@ -567,7 +567,7 @@ def printable_folder_status(name: str, folder: Dict) -> str:
|
|||
else:
|
||||
color, symbol, note, num_files = 'red', 'X', 'invalid', '?'
|
||||
else:
|
||||
color, symbol, note, num_files = 'lightyellow', '-', 'disabled', '-'
|
||||
color, symbol, note, num_files = 'lightyellow', '-', 'unused', '-'
|
||||
|
||||
|
||||
if folder['path']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue