Skip to content

Commit

Permalink
#10
Browse files Browse the repository at this point in the history
  • Loading branch information
MainKronos committed Jul 26, 2023
1 parent c518eea commit 2ae5235
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions animeworld/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ def find(keyword: str) -> List[Dict]:
for k in elem:
if elem[k] == "??":
elem[k] = None
if elem["release"].find("??") != -1:
elem["release"] = elem["release"].replace("??", "1")


data.sort(key=lambda a: a["dub"])

Expand Down

0 comments on commit 2ae5235

Please sign in to comment.