From f2c5e6ab06f1329feb97e43eb0f266d60755c1e9 Mon Sep 17 00:00:00 2001 From: sgrtye Date: Wed, 17 Jan 2024 22:32:24 +0000 Subject: [PATCH] change book url --- novel/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novel/main.py b/novel/main.py index 742e592..0d2afdd 100644 --- a/novel/main.py +++ b/novel/main.py @@ -140,7 +140,7 @@ def start_health_server(): } try: - url = f"https://www.69shuba.com/book/{books[i][0]}.htm" + url = f"https://www.69xinshu.com/book/{books[i][0]}.htm" html = requests.get( url, headers=headers,