fix
This commit is contained in:
parent
9c03414c75
commit
b6608aa7ac
@ -9,7 +9,7 @@ BASE_IMAGES_DIR = Path(BASE_DIR,"output")
|
||||
CACHE_DIR = Path(BASE_DIR, ".cache")
|
||||
CACHE_IMAGE_DIR = CACHE_DIR / "images"
|
||||
CBZ_DIR = Path(BASE_DIR, "CBZ")
|
||||
OLD_CBZ_DIR = Path(BASE_DIR, "OldCBZ")
|
||||
OLD_CBZ_DIR = Path(BASE_DIR, "Old_CBZ")
|
||||
# DEFAULT_SAVE_DIR = Path("output")
|
||||
CONCURRENT_DOWNLOADS = 10
|
||||
RETRY_TIMES = 10
|
||||
|
||||
Loading…
Reference in New Issue
Block a user