mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Fix file handler type
This commit is contained in:
parent
cdfcd094a4
commit
d874ec6bbd
1 changed files with 1 additions and 0 deletions
1
main.py
1
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue