fix
This commit is contained in:
parent
c594b22368
commit
d8be5a834d
@ -264,7 +264,8 @@ class MangaDownloader:
|
||||
return False
|
||||
|
||||
class CBZUtils:
|
||||
def __init__(self, cbz_path: Path):
|
||||
def __init__(self, cbz_path: Path = None):
|
||||
if not cbz_path is None:
|
||||
self.cbz_path = cbz_path
|
||||
|
||||
def get_page_count(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user