mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-20 01:45:10 -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
|
@ -36,6 +36,6 @@ def check_migrations():
|
|||
|
||||
CONSTANTS.SOURCES_DIR.mkdir(exist_ok=True)
|
||||
CONSTANTS.LOGS_DIR.mkdir(exist_ok=True)
|
||||
CONSTANTS.CACHE_DIR.mkdir(exist_ok=True)
|
||||
# CONSTANTS.CACHE_DIR.mkdir(exist_ok=True)
|
||||
(CONSTANTS.LIB_DIR / 'bin').mkdir(exist_ok=True, parents=True)
|
||||
(CONSTANTS.PERSONAS_DIR / 'Default').mkdir(exist_ok=True, parents=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue