forked from rDrama/rDrama
1
0
Fork 0

Remove redundant code

Not needed because epoch time is expired
master
G-tix 2024-03-30 20:46:39 +00:00
parent 9c2761737b
commit 71fa49850d
1 changed files with 1 additions and 3 deletions

View File

@ -246,7 +246,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()
@ -383,8 +383,6 @@ def settings_personal_post(v):
if house == "None":
house = ''
elif SITE == 'watchpeopledie.tv' and time.time() < 1707343158:
house += ' Founder'
v.house = house