mirror of https://github.com/stijndcl/didier
Fix file handler type
parent
cdfcd094a4
commit
d874ec6bbd
1
main.py
1
main.py
|
@ -36,6 +36,7 @@ def setup_logging():
|
||||||
|
|
||||||
# Configure discord handler
|
# Configure discord handler
|
||||||
discord_log = logging.getLogger("discord")
|
discord_log = logging.getLogger("discord")
|
||||||
|
discord_handler: logging.StreamHandler
|
||||||
|
|
||||||
# Make dev print to stderr instead, so you don't have to watch the file
|
# Make dev print to stderr instead, so you don't have to watch the file
|
||||||
if settings.SANDBOX:
|
if settings.SANDBOX:
|
||||||
|
|
Loading…
Reference in New Issue