candy
This commit is contained in:
parent
098796b7ab
commit
9411a3f071
1 changed files with 3 additions and 1 deletions
|
|
@ -159,9 +159,11 @@ def main():
|
|||
job.set_job(scheduler_job)
|
||||
jobs.append(job)
|
||||
|
||||
print("\nStarting Scheduler...")
|
||||
|
||||
scheduler.start()
|
||||
|
||||
print("\nScheduled " + str(job_count) + " jobs")
|
||||
print("Scheduled " + str(job_count) + " jobs")
|
||||
|
||||
interface = LinspectorInterface(jobs, scheduler, lin_conf, root_logger, __version__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue