From 098be84816da81e02fbb89f8eb077b0f1db50a11 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 3 Dec 2023 03:14:19 +0800 Subject: [PATCH] Update push_bbs_ntid.py --- plugins/tgbot/startup/extend/push_bbs_ntid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/tgbot/startup/extend/push_bbs_ntid.py b/plugins/tgbot/startup/extend/push_bbs_ntid.py index 489eb1041..4a49ba3ab 100644 --- a/plugins/tgbot/startup/extend/push_bbs_ntid.py +++ b/plugins/tgbot/startup/extend/push_bbs_ntid.py @@ -34,8 +34,8 @@ def writeLog(log_str): def get_newest_tid(): - api_new = 'https://bbs.midoks.me/plugin.php?id=external_api&f=bbs_newest' - api_next = 'https://bbs.midoks.me/plugin.php?id=external_api&f=bbs_next_tid&tid=' + api_new = 'https://bbs.midoks.icu/plugin.php?id=external_api&f=bbs_newest' + api_next = 'https://bbs.midoks.icu/plugin.php?id=external_api&f=bbs_next_tid&tid=' tid_push = mw.getServerDir() + '/tgbot/bbs_newest_push.json'