lightsaber

This commit is contained in:
NikolajDanger
2020-03-31 14:44:47 +02:00
parent b82f5f24e2
commit ad779b6c6d

View File

@ -419,7 +419,7 @@ def lightsaberChar(user : str):
data = json.load(f) data = json.load(f)
if user in data: if user in data:
return data[user]["Lightsaber Characteristic"] return data[user]["Lightsaber-characteristic"]
def userHasChar(user : str): def userHasChar(user : str):
with open("resources/swcharacters.json", "r") as f: with open("resources/swcharacters.json", "r") as f: