forked from rDrama/rDrama
1
0
Fork 0

mark as founder

master
Aevann 2024-02-01 00:00:08 +02:00
parent 1a0565ab95
commit 1c3ef27d75
1 changed files with 4 additions and 1 deletions

View File

@ -367,7 +367,10 @@ def settings_personal_post(v):
success = v.charge_account('coins/marseybux', cost)[0]
if not success: abort(403)
if house == "None": house = ''
if house == "None":
house = ''
elif SITE == 'watchpeopledie.tv' and time.time < 1707343158:
house += ' Founder'
v.house = house