From fb51aa428c4262e47ba3b74432edf246f9a47e7c Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Tue, 6 Dec 2022 19:01:15 +0800 Subject: [PATCH] fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 4c775a0..e4ce438 100644 --- a/main.py +++ b/main.py @@ -7,4 +7,4 @@ if __name__ == '__main__': # comicEntity.comicChapter(url,scramble=True) # comicEntity.oneComic("https://rm01.xyz/books/c94f80c1-a673-4c74-bb5e-ad5ac7dd766b") for x in range(0,20): - comicEntity.downladsComcis("https://rm01.xyz/books?&page="+x) \ No newline at end of file + comicEntity.downladsComcis("https://rm01.xyz/books?&page="+str(x)) \ No newline at end of file