Fix file handler type

pull/176/head
Stijn De Clercq 2023-07-16 22:16:32 +02:00
parent cdfcd094a4
commit d874ec6bbd
1 changed files with 1 additions and 0 deletions

View File

@ -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: