-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
if len(a) > 0:
status = BeautifulSoup(a[0][1], 'html.parser').get_text()
if status == '生疏/错误':
myToolTip(selcted_pics[3])
elif status == '困难/模糊':
myToolTip(selcted_pics[2])
elif status == '犹豫/想起':
myToolTip(selcted_pics[1])
elif status == '顺利/正确':
myToolTip(selcted_pics[0])
Changing the code to look like this seems to be helpful.
Metadata
Metadata
Assignees
Labels
No labels