diff --git a/funcs/swfuncs/swchar.py b/funcs/swfuncs/swchar.py index 3c412d2..61c4d7a 100644 --- a/funcs/swfuncs/swchar.py +++ b/funcs/swfuncs/swchar.py @@ -419,7 +419,7 @@ def lightsaberChar(user : str): data = json.load(f) if user in data: - return data[user]["Lightsaber Characteristic"] + return data[user]["Lightsaber-characteristic"] def userHasChar(user : str): with open("resources/swcharacters.json", "r") as f: