mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-20 09:55:10 -04:00
feat: Update data folder check
This commit is contained in:
parent
874403e667
commit
c16fdf1b47
3 changed files with 2 additions and 7 deletions
|
@ -11,7 +11,6 @@ from collections import OrderedDict
|
|||
from contextlib import contextmanager
|
||||
from urllib.parse import urlparse
|
||||
|
||||
from ..system import atomic_write
|
||||
from ..util import (
|
||||
scheme,
|
||||
enforce_types,
|
||||
|
@ -25,7 +24,6 @@ from ..config import (
|
|||
OUTPUT_DIR,
|
||||
TIMEOUT,
|
||||
URL_BLACKLIST_PTN,
|
||||
ANSI,
|
||||
stderr,
|
||||
OUTPUT_PERMISSIONS
|
||||
)
|
||||
|
@ -45,7 +43,6 @@ from .html import (
|
|||
write_html_link_details,
|
||||
)
|
||||
from .json import (
|
||||
parse_json_main_index,
|
||||
write_json_main_index,
|
||||
parse_json_link_details,
|
||||
write_json_link_details,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue