This commit is contained in:
caiwx86 2025-02-04 16:11:39 +08:00
parent 9c03414c75
commit b6608aa7ac

View File

@ -9,7 +9,7 @@ BASE_IMAGES_DIR = Path(BASE_DIR,"output")
CACHE_DIR = Path(BASE_DIR, ".cache") CACHE_DIR = Path(BASE_DIR, ".cache")
CACHE_IMAGE_DIR = CACHE_DIR / "images" CACHE_IMAGE_DIR = CACHE_DIR / "images"
CBZ_DIR = Path(BASE_DIR, "CBZ") 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") # DEFAULT_SAVE_DIR = Path("output")
CONCURRENT_DOWNLOADS = 10 CONCURRENT_DOWNLOADS = 10
RETRY_TIMES = 10 RETRY_TIMES = 10