1
0
mirror of https://github.com/Escartem/AnimeWwise.git synced 2026-06-04 23:40:25 +08:00

little fix

This commit is contained in:
Escartem
2026-05-26 13:08:15 -04:00
parent 06c2393703
commit 1e2074f5d6

View File

@@ -200,6 +200,8 @@ class Mapper:
return name
elif self.mode in ["JSON", "TSV"]:
if not key in self.keys:
return None
return [self.keys[key]]
def reset(self):