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: