auto-git:

[change] node/server/spirits/Neuer Ordner mit Objekten/generate_json.py
This commit is contained in:
2025-05-28 04:08:40 +02:00
parent e3344aa01a
commit 6b7a732947

View File

@@ -71,7 +71,7 @@ def levenshtein(a, b):
return v0[len(b)]
def main():
with open("wesen.json", encoding="utf-8") as f:
with open("spirit_list.json", encoding="utf-8") as f:
spirits = json.load(f)
output = []
for spirit in spirits: