Linspector is not thread safe including this version! (0.30.0)

This commit is contained in:
Johannes Findeisen 2023-09-06 21:21:25 +02:00
commit 6f090a3982
2 changed files with 3 additions and 2 deletions

View file

@ -23,7 +23,7 @@ from linspector.monitors import Monitors
__author__ = 'Johannes Findeisen'
__author_email__ = 'you@hanez.org'
__description__ = 'linspector is a infrastructure and system monitoring daemon and toolchain.'
__version__ = '0.29.0'
__version__ = '0.30.0'
sys.stderr = open('/dev/null', 'w')