Update push_bbs_ntid.py

pull/511/head
Mr Chen 1 year ago
parent 8752e394a3
commit 098be84816
  1. 4
      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'

Loading…
Cancel
Save