Parse spell duration

This commit is contained in:
2025-05-20 21:40:33 -07:00
parent b992873072
commit 48b41ca885
2 changed files with 55 additions and 2 deletions
+2 -1
View File
@@ -14,4 +14,5 @@ def main():
codes = args.source_code
for code in codes:
spell_list = db.get_spell_list(code)
pprint.pprint(spell_list.spells)
# pprint.pprint(spell_list.spells)
print(f"Found {len(spell_list.spells)} spells")