Skill Points and build class

This commit is contained in:
CalixTang 2021-01-06 00:40:51 -08:00
parent e3dbc5e90a
commit 1e7e13b966

View file

@ -4,4 +4,4 @@ import json
response = requests.get("https://api.wynncraft.com/public_api.php?action=itemDB&category=all")
with open("dump.json", "w") as outfile:
of.write(json.dumps(response.json()))
outfile.write(json.dumps(response.json()))