Skill Points and build class
This commit is contained in:
parent
e3dbc5e90a
commit
1e7e13b966
1 changed files with 1 additions and 1 deletions
2
dump.py
2
dump.py
|
@ -4,4 +4,4 @@ import json
|
||||||
response = requests.get("https://api.wynncraft.com/public_api.php?action=itemDB&category=all")
|
response = requests.get("https://api.wynncraft.com/public_api.php?action=itemDB&category=all")
|
||||||
|
|
||||||
with open("dump.json", "w") as outfile:
|
with open("dump.json", "w") as outfile:
|
||||||
of.write(json.dumps(response.json()))
|
outfile.write(json.dumps(response.json()))
|
||||||
|
|
Loading…
Reference in a new issue