Skip to content

Commit

Permalink
Fix wynncraft name
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkflame72 committed Oct 4, 2020
1 parent 7acb12a commit 36d863a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcsrvstats/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async def manacube(username, session):
return data


async def wyncraftClasses(username, session):
async def wynncraftClasses(username, session):
url = f"https://api.wynncraft.com/v2/player/{username}/stats"
json_data = await get_json(url, session)
str_json = json.dumps(json_data)
Expand Down

0 comments on commit 36d863a

Please sign in to comment.