From e19f25459bb60770235e6a75fdd860ac33d1a796 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 25 Sep 2022 18:11:04 +0200 Subject: [PATCH] README fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f748327..e587ddc 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ nearly does not exist. at the moment! ### Ideas -- + - Think about adding [APScheduler](https://pypi.org/project/APScheduler/) for scheduling execution of the monitors instead of a self constructed thread structure... It was very nice to get the jobs done in Linspector using APScheduler