Add kwargs

This commit is contained in:
zandercymatics 2024-04-22 15:25:53 -06:00
parent 5aa4e8f484
commit 705febe37a
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -10,7 +10,7 @@ logger = logging.getLogger(__name__)
class Command(ScriptTemplate):
help = "Loops through each valid User object and updates its verification_type value"
def handle(self):
def handle(self, **kwargs):
"""Loops through each valid User object and updates its verification_type value"""
filter_condition = {
"verification_type__isnull": True