Some normalizing and little more logging for monitors. (0.21.8)

This commit is contained in:
Johannes Findeisen 2023-08-20 12:07:11 +02:00
commit edaeceda69
2 changed files with 5 additions and 8 deletions

View file

@ -18,7 +18,7 @@ from linspector.environment import Environment
from linspector.linspector import Linspector
from linspector.monitors import Monitors
__version__ = '0.21.7'
__version__ = '0.21.8'
__author__ = 'Johannes Findeisen <you@hanez.org>'
@ -47,7 +47,7 @@ def parse_args():
def linspector():
args = parse_args()
monitors = None
monitors = {}
notifications = {}
plugins = {}
# the scheduler is a dict to make it possible in the future to run more than one scheduler in