From b7ccce1e2f50ff203b47da11087e7ae63321505a Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Fri, 6 Aug 2021 14:37:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4969edb..a61a476 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ def main(): logger.warning("This is a Warning Message") logger.error("This is a Error Message") logger.critical("This is a Critical Message") + main() ```