Skip to content

Commit

Permalink
update book site url
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrtye committed Jun 2, 2024
1 parent 45375ff commit aa6cc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion novel/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def start_api_server():
}

try:
url = f"https://www.69shu.pro/book/{books[i][0]}.htm"
url = f"https://www.69shuba.pro/book/{books[i][0]}.htm"
title = get_book_title(url, proxy)

if title != titles.get(books[i][1]):
Expand Down

0 comments on commit aa6cc6b

Please sign in to comment.