From 1e7e13b9660dfdc552d9fa84e42522e3541891bf Mon Sep 17 00:00:00 2001 From: CalixTang Date: Wed, 6 Jan 2021 00:40:51 -0800 Subject: [PATCH] Skill Points and build class --- dump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump.py b/dump.py index 99e0e3b..0b8b49f 100644 --- a/dump.py +++ b/dump.py @@ -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()))