Added error count to monitors and print more information on startup. (0.28.2)

This commit is contained in:
Johannes Findeisen 2023-09-02 21:38:30 +02:00
commit 4753c28f81
3 changed files with 15 additions and 2 deletions

View file

@ -20,7 +20,7 @@ from linspector.environment import Environment
from linspector.linspector import Linspector
from linspector.monitors import Monitors
__version__ = '0.28.1'
__version__ = '0.28.2'
__author__ = 'Johannes Findeisen <you@hanez.org>'
sys.stderr = open('/dev/null', 'w')