From 8d922a4d91cda3de96e978bfa165e2a72817b9d0 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Tue, 14 Jun 2022 10:09:56 +0800 Subject: [PATCH] =?UTF-8?q?moyu=20=E4=BF=AE=E5=A4=8D=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- list.json | 2 +- moyu/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/list.json b/list.json index a6e8020..1245a47 100644 --- a/list.json +++ b/list.json @@ -32,7 +32,7 @@ }, { "name": "moyu", - "version": "1.001", + "version": "1.01", "section": "chat", "maintainer": "xtaodada", "size": "3.0 kb", diff --git a/moyu/main.py b/moyu/main.py index 801e119..8852045 100644 --- a/moyu/main.py +++ b/moyu/main.py @@ -16,7 +16,7 @@ moyu_sub = Sub("moyu") async def get_calendar() -> None: - resp = await client.get("https://api.j4u.ink/proxy/remote/moyu.json") + resp = await client.get("https://api.j4u.ink/v1/store/other/proxy/remote/moyu.json") if resp.is_error: raise ValueError(f"摸鱼日历获取失败,错误码:{resp.status_code}") content = resp.json()