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