mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 04:58:42 +02:00
Add kwargs
This commit is contained in:
parent
5aa4e8f484
commit
705febe37a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ logger = logging.getLogger(__name__)
|
||||||
class Command(ScriptTemplate):
|
class Command(ScriptTemplate):
|
||||||
help = "Loops through each valid User object and updates its verification_type value"
|
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"""
|
"""Loops through each valid User object and updates its verification_type value"""
|
||||||
filter_condition = {
|
filter_condition = {
|
||||||
"verification_type__isnull": True
|
"verification_type__isnull": True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue