Skip to content

Chinese interface does not work #4

@CoffeeDrinkRabbit

Description

@CoffeeDrinkRabbit
    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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions