Fix No such file or directory: 'C:\\dev\\null'

This commit is contained in:
zvecr
2019-10-20 01:33:02 +01:00
committed by skullydazed
parent 221d42fec1
commit b7d0a65bdf
+1 -1
View File
@@ -39,7 +39,7 @@ import colorama
from appdirs import user_config_dir
# Disable logging until we can configure it how the user wants
logging.basicConfig(filename='/dev/null')
logging.basicConfig(stream=os.devnull)
# Log Level Representations
EMOJI_LOGLEVELS = {