Merge branch 'frost' of github.com:Aevann1/rDrama into frost

remotes/1693176582716663532/tmp_refs/heads/watchparty
Outrun Colors 2022-09-25 15:33:19 -05:00
commit 0aafbbbccd
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ def settings_profile_post(v):
v.spider = int(request.values.get("spider") == 'true')
if v.spider: badge_grant(user=v, badge_id=179)
else:
badge = v.has_badge(170)
badge = v.has_badge(179)
if badge: g.db.delete(badge)
elif request.values.get("bio") == "":