Refactoring! Removed all unused code and made stuff consistent! (0.20.4)

This commit is contained in:
Johannes Findeisen 2023-02-22 22:39:51 +01:00
commit e4ad0bc5d5
7 changed files with 78 additions and 243 deletions

View file

@ -17,7 +17,7 @@ from linspector.core.linspector import Linspector
from linspector.core.logger import Log
from linspector.core.monitors import Monitors
__version__ = '0.20.3'
__version__ = '0.20.4'
__author__ = 'Johannes Findeisen <you@hanez.org>'