diff --git a/fxxkstar.py b/fxxkstar.py index 3ae1bc8..53bfac1 100644 --- a/fxxkstar.py +++ b/fxxkstar.py @@ -1627,7 +1627,7 @@ class MarkResultItem: top_div = soup.find("div", class_="ZyTop") status_el = top_div.select("h3 span") status_title = status_el[0].text.strip() if status_el else '' - assert status_title in ["待做", "已完成"] + assert status_title in ["待做", "已完成", "未达到及格线,请重做"] marked = status_title == "已完成" score = -1