cleaned up some spectre code and fixed a few bugs
This commit is contained in:
parent
2b9efcb217
commit
d95fbffa39
5 changed files with 75 additions and 78 deletions
|
|
@ -153,7 +153,7 @@ sub new {
|
|||
args=>[["shutdown","ping"]]
|
||||
);
|
||||
$self->{_workflow} = Spectre::Workflow->new($config, $logger, $debug);
|
||||
$self->{_cron} = Spectre::Cron->new($config, $logger, $self->{_workflow}, $debug);
|
||||
$self->{_cron} = Spectre::Cron->new($config, $logger, $debug);
|
||||
POE::Kernel->run();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue