From d874ec6bbd50d37fe14bc3df03519e7972990273 Mon Sep 17 00:00:00 2001 From: Stijn De Clercq Date: Sun, 16 Jul 2023 22:16:32 +0200 Subject: [PATCH] Fix file handler type --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index dd9b030..a1e2655 100644 --- a/main.py +++ b/main.py @@ -36,6 +36,7 @@ def setup_logging(): # Configure discord handler discord_log = logging.getLogger("discord") + discord_handler: logging.StreamHandler # Make dev print to stderr instead, so you don't have to watch the file if settings.SANDBOX: