Skip to content

duplicate entries in regex.json #213

@jyooru

Description

@jyooru

Describe the bug
There are some duplicate entries in regex.json:

To Reproduce
Steps to reproduce the behavior:

from pywhat.helper import read_json

database = read_json("regex.json")
regexes = [regex["Name"] for regex in database]
duplicates = set([regex for regex in regexes if regexes.count(regex) > 1])
print(duplicates)

Expected behavior
A clear and concise description of what you expected to happen.
N/A

Screenshots
If applicable, add screenshots to help explain your problem.
N/A

Desktop (please complete the following information):
N/A

Smartphone (please complete the following information):
N/A

Additional context
none

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