From 20b5596e03089a10eb853a731b0d3d5874aa9b39 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Mon, 23 Jan 2023 09:59:50 +0800 Subject: [PATCH] fix --- entity/RouMan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity/RouMan.py b/entity/RouMan.py index a53d185..418ba50 100644 --- a/entity/RouMan.py +++ b/entity/RouMan.py @@ -51,4 +51,4 @@ class comicEntity: baseComic.oneComic(url=c_url,title=title,author=author, icon=icon,tags=tags,dep=dep,chapters=chapters,chapter_href=chapter_href, - alias=alias) \ No newline at end of file + alias=alias,genre="韩漫") \ No newline at end of file