From da9c19a54a9a750cbe3bcc61bd57d257d48687c6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 26 Jun 2023 18:08:20 +0300 Subject: [PATCH] make everyone who joins house edgy in the next 48hours a founder --- files/routes/settings.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/routes/settings.py b/files/routes/settings.py index 5e1455506..75d56801d 100644 --- a/files/routes/settings.py +++ b/files/routes/settings.py @@ -360,6 +360,10 @@ def settings_personal_post(v): if not success: abort(403) if house == "None": house = '' + + if house == "Edgy" and time.time() < 1687964863: + house = "Edgy Founder" + v.house = house updated = True