fix
This commit is contained in:
parent
df804b0ed8
commit
86e1bc6796
8
main.py
8
main.py
@ -12,10 +12,4 @@ if __name__ == '__main__':
|
||||
# url = "https://rm01.xyz/books/3700b70b-c5a9-4328-9ae3-cffda6a77339/15"
|
||||
# comicEntity.comicChapter(url,scramble=True)
|
||||
# comicEntity.oneComic("https://rm01.xyz/books/c94f80c1-a673-4c74-bb5e-ad5ac7dd766b")
|
||||
try:
|
||||
comics()
|
||||
except:
|
||||
dirComic = comicInfo.getDirComic()
|
||||
if dirComic != None and os.path.exists(dirComic):
|
||||
shutil.rmtree(dirComic)
|
||||
comics()
|
||||
comics()
|
||||
Loading…
Reference in New Issue
Block a user