README update.

This commit is contained in:
Johannes Findeisen 2022-09-29 13:47:14 +02:00
commit 088a36815f
2 changed files with 3 additions and 3 deletions

View file

@ -68,11 +68,11 @@ must be natural language.
Currently, the Linspector core requires the following 3rd party libraries: Currently, the Linspector core requires the following 3rd party libraries:
- [APScheduler](https://github.com/agronholm/apscheduler) (3.9.1) - This is the scheduler in - [APScheduler](https://github.com/agronholm/apscheduler) - This is the scheduler in
Linspector for execution of monitors. I started Linspector for execution of monitors. I started
to use this library in very early versions of Linspector in 2011. Since the main task to use this library in very early versions of Linspector in 2011. Since the main task
in Linspector is the execution of jobs in regularly intervals I believe it is the right in Linspector is the execution of jobs in regularly intervals I believe it is the right
decision to include the code of APScheduler directly into the Linspector project. decision to make use of APScheduler directly in the core of the Linspector project.
### Other used libraries ### Other used libraries

View file

@ -32,7 +32,7 @@ from linspector.core.environment import Environment
from linspector.core.linspector import Linspector from linspector.core.linspector import Linspector
from linspector.core.monitors import Monitors from linspector.core.monitors import Monitors
__version__ = '0.19.6' __version__ = '0.19.7'
__author__ = 'Johannes Findeisen <you@hanez.org>' __author__ = 'Johannes Findeisen <you@hanez.org>'
logger = logging.getLogger('linspector') logger = logging.getLogger('linspector')