Made the monitor interval optional and set 300 seconds to default.

This commit is contained in:
Johannes Findeisen 2022-10-06 03:08:16 +02:00
commit fc925d1d82
14 changed files with 24 additions and 19 deletions

View file

@ -35,9 +35,9 @@ from linspector.core.monitors import Monitors
logger = logging.getLogger('linspector')
# i currently only increase the 3rd number because the goal is that 0.19 will become the first
# i currently only increase the 3rd number because the goal is that 0.20.* will become the first
# stable version.
__version__ = '0.19.31.dev1'
__version__ = '0.19.32.dev1'
__author__ = 'Johannes Findeisen <you@hanez.org>'