sneed
This commit is contained in:
parent
c364fd126b
commit
53a43b714f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ def settings_profile_post(v):
|
||||||
users1 = leaderboard()
|
users1 = 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 to apply 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
|
||||||
updated = True
|
updated = True
|
||||||
v.animatedname = request.values.get("animatedname", None) == 'true'
|
v.animatedname = request.values.get("animatedname", None) == 'true'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue