Appease the linter and fix stinky code

This commit is contained in:
Andrew 2023-01-16 15:16:43 -05:00
parent 2e25ed84c5
commit ede865bf33

View File

@ -91,11 +91,11 @@ class ManagementController:
start_time,
command,
name,
enabled=True,
one_time=False,
cron_string="* * * * *",
parent=None,
delay=0,
enabled,
one_time,
cron_string,
parent,
delay,
)
@staticmethod