Remove redundant code (#225)

Reviewed-on: #225
Co-authored-by: G-tix <g-tix@noreply.fsdfsd.net>
Co-committed-by: G-tix <g-tix@noreply.fsdfsd.net>
master
G-tix 2024-03-31 22:31:08 +00:00 committed by Aevann
parent 1f48f69814
commit 03d5dc3a0e
1 changed files with 1 additions and 3 deletions

View File

@ -244,7 +244,7 @@ def settings_personal_post(v):
return {"message": "Your enemies list has been updated."}
elif not updated and request.values.get("sig"):
if not v.patron or (v.patron < 3 and time.time() > 1711304245):
if v.patron < 3:
abort(403, f"Signatures are only available to {patron}s donating $10/month or higher!")
sig = request.values.get("sig").replace('\n','').replace('\r','').strip()
@ -381,8 +381,6 @@ def settings_personal_post(v):
if house == "None":
house = ''
elif SITE == 'watchpeopledie.tv' and time.time() < 1707343158:
house += ' Founder'
v.house = house