mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Appease the linter and fix stinky code
This commit is contained in:
parent
2e25ed84c5
commit
ede865bf33
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user