sneed
This commit is contained in:
parent
53a43b714f
commit
8c43657b86
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ def settings_profile_post(v):
|
||||||
|
|
||||||
if request.values.get("animatedname", v.animatedname) != v.animatedname:
|
if request.values.get("animatedname", v.animatedname) != v.animatedname:
|
||||||
if v.animatedname == False:
|
if v.animatedname == False:
|
||||||
users1 = leaderboard()
|
users1, users2 = leaderboard()
|
||||||
print(users1)
|
print(users1)
|
||||||
print(v)
|
print(v)
|
||||||
if v not in users1: return jsonify({"error": "You must be in the top 25 leaderboard or be a patron to apply an animated name!"}), 403
|
if v not in users1: return jsonify({"error": "You must be in the top 25 leaderboard or be a patron to apply an animated name!"}), 403
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue