diff --git a/cqhttp/session.token b/cqhttp/session.token deleted file mode 100644 index 113c607..0000000 Binary files a/cqhttp/session.token and /dev/null differ diff --git a/src/plugins/zhibo8/plugins/Foresee.py b/src/plugins/zhibo8/plugins/Foresee.py index a9403e6..95341e3 100644 --- a/src/plugins/zhibo8/plugins/Foresee.py +++ b/src/plugins/zhibo8/plugins/Foresee.py @@ -30,7 +30,7 @@ async def handle_first_receive(bot: Bot, event: Event, state: T_State, args= Com for item in saishiContent: if item.html.find("英超") >= 0: if item.html.find("阿森纳") >= 0 or item.html.find("曼城") >= 0 or item.html.find("曼联") >= 0 or item.html.find( - "利物浦") >= 0 or item.html.find("切尔西") >= 0: + "利物浦") >= 0 or item.html.find("切尔西") >= 0 or item.html.find("热刺") >= 0 or item.html.find("纽卡") >= 0: rouneNum, vsStr = parserSaishiItem(item.html) if rouneNum not in vsMap.keys(): vsMap[rouneNum] = []