From e98f9ad0845e72e602dffd14643291ff3203b377 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 3 Dec 2023 17:21:45 +0200 Subject: [PATCH] wipe extra_username when patron expires --- files/helpers/cron.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/cron.py b/files/helpers/cron.py index d5857aa1f..41eda0350 100644 --- a/files/helpers/cron.py +++ b/files/helpers/cron.py @@ -308,6 +308,7 @@ def _award_timers_task(): }) _process_timer(User.patron_utc, [22,23,24,25,26,27,28], f"Your {patron} status has expired!", { User.patron: 0, + User.extra_username: None, }) _process_timer(User.chud, [58], "Your temporary chud status has expired!", { User.chud_phrase: None,