summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.py b/main.py
index 10f4617..3e246ae 100644
--- a/main.py
+++ b/main.py
@@ -115,7 +115,8 @@ async def vainsocial(region: str, name: str):
"Hero010": "Skaarf",
"Hero016": "Rona"
}
- hero = heroes.get(data["hero"]) or data["hero"].replace("*", "")
+ data["hero"].replace("*", "")
+ hero = heroes.get(data["hero"]) or data["hero"]
return ("""
%s: %s, %s wins / %s games