forked from MarseyWorld/MarseyWorld
fix 500 error
parent
1c3ef27d75
commit
2b780435ab
|
@ -369,7 +369,7 @@ def settings_personal_post(v):
|
|||
|
||||
if house == "None":
|
||||
house = ''
|
||||
elif SITE == 'watchpeopledie.tv' and time.time < 1707343158:
|
||||
elif SITE == 'watchpeopledie.tv' and time.time() < 1707343158:
|
||||
house += ' Founder'
|
||||
|
||||
v.house = house
|
||||
|
|
Loading…
Reference in New Issue