fix
This commit is contained in:
parent
6dfe94f0c6
commit
13240d4648
@ -42,5 +42,7 @@ class comicEntity:
|
||||
|
||||
@classmethod
|
||||
def start(cls,url):
|
||||
cls.downladsComcis(url)
|
||||
cls.oneComic()
|
||||
is_next = True
|
||||
while is_next:
|
||||
is_next = cls.downladsComcis(url)
|
||||
cls.oneComic()
|
||||
Loading…
Reference in New Issue
Block a user