Fixed loading of plugins if the selected plugin does not exist. (0.25.9)

This commit is contained in:
Johannes Findeisen 2023-08-23 22:54:46 +02:00
commit 458816e57f
2 changed files with 12 additions and 8 deletions

View file

@ -20,7 +20,7 @@ from linspector.environment import Environment
from linspector.linspector import Linspector
from linspector.monitors import Monitors
__version__ = '0.25.8'
__version__ = '0.25.9'
__author__ = 'Johannes Findeisen <you@hanez.org>'