Comment fix.

This commit is contained in:
Johannes Findeisen 2022-10-02 03:11:13 +02:00
commit 7123210abf

View file

@ -73,7 +73,7 @@ def main():
notifications = {} notifications = {}
plugins = {} plugins = {}
# the scheduler is a dict to make it possible in the future to run more than one scheduler in # the scheduler is a dict to make it possible in the future to run more than one scheduler in
# one linspector daemon. need to think about it a little more... # one linspector instance. need to think about it a little more...
scheduler = {} scheduler = {}
services = {} services = {}
tasks = {} tasks = {}