fix: 增加热刺和纽卡的预测
This commit is contained in:
parent
829ce230a1
commit
d77324b714
Binary file not shown.
@ -30,7 +30,7 @@ async def handle_first_receive(bot: Bot, event: Event, state: T_State, args= Com
|
|||||||
for item in saishiContent:
|
for item in saishiContent:
|
||||||
if item.html.find("英超") >= 0:
|
if item.html.find("英超") >= 0:
|
||||||
if item.html.find("阿森纳") >= 0 or item.html.find("曼城") >= 0 or item.html.find("曼联") >= 0 or item.html.find(
|
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)
|
rouneNum, vsStr = parserSaishiItem(item.html)
|
||||||
if rouneNum not in vsMap.keys():
|
if rouneNum not in vsMap.keys():
|
||||||
vsMap[rouneNum] = []
|
vsMap[rouneNum] = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user