From c55ff9a4964a63af18879834abefc5224aa68cdf Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 11 Oct 2019 19:16:37 +0100 Subject: Clarify _apply_groups kwarg (Thanks, @jchristgit) Co-Authored-By: Johannes Christ --- pydis_site/apps/home/signals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_site/apps/home/signals.py') diff --git a/pydis_site/apps/home/signals.py b/pydis_site/apps/home/signals.py index a5577f41..f0be3db2 100644 --- a/pydis_site/apps/home/signals.py +++ b/pydis_site/apps/home/signals.py @@ -92,7 +92,7 @@ class SignalListener: except DiscordUser.DoesNotExist: return - self._apply_groups(user, account, True) + self._apply_groups(user, account, deletion=True) def model_updated(self, sender: Type[DiscordUser], **kwargs) -> None: """Handle signals related to the updating of Discord User model entries.""" -- cgit v1.2.3