cleaned up some spectre code and fixed a few bugs

This commit is contained in:
JT Smith 2006-07-03 19:22:14 +00:00
parent 2b9efcb217
commit d95fbffa39
5 changed files with 75 additions and 78 deletions

View file

@ -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();
}