From 1f2ec84ec1bf184aa2029364390cc7dfa83a60cc Mon Sep 17 00:00:00 2001 From: Evgeniy Blinov Date: Fri, 19 Apr 2024 16:48:45 +0300 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a66b17d..a1f0b0b 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ metronome.stop() Exceptions inside the function that you pass to the metronome will be: - Suppressed. -- [Logged](#logging). +- [Logged](#logging) (if you pass the logger object). This applies to all the usual exceptions that are expected in normal code. For more information about the types of exceptions that are suppressed by default, read the documentation for the [`escaping`](https://github.com/pomponchik/escaping) library that is used for this.