Skip to content

Commit

Permalink
删除不必要文件
Browse files Browse the repository at this point in the history
  • Loading branch information
misaka10843 committed Nov 24, 2024
1 parent a20ebf9 commit a564192
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
40 changes: 0 additions & 40 deletions Image_stitching.py

This file was deleted.

3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,12 @@ def update_get_chapter(manga_path_word, manga_group_path_word, now_chapter):
time.sleep(5)
response.raise_for_status()
manga_chapter_json = response.json()
# Todo 创建传输的json,并且之后会将此json保存为temp.json修复这个问题https://github.com/misaka10843/copymanga-downloader/issues/35
return_json = {
"json": manga_chapter_json,
"start": -1,
"end": -1
}
# Todo 支持500+话的漫画(感觉并不太需要)
# Todo 支持500+话的漫画(感觉并不太需要,如果真的要下的话就添加进半自动更新里面吧x)
if not manga_chapter_json['results']['list']:
print(f"[bold blue]此漫画并未有新的章节,我们将跳过此漫画[/]")
return 0
Expand Down

0 comments on commit a564192

Please sign in to comment.