Fixed UTF-8 stdout
This commit is contained in:
parent
0ff3713131
commit
ccd9642784
@ -1,4 +1,4 @@
|
||||
from .apv import *
|
||||
|
||||
__version__ = '1.0.3'
|
||||
__version__ = '1.0.4'
|
||||
__author__ = 'acidvegas'
|
||||
|
@ -4,6 +4,9 @@
|
||||
|
||||
import logging
|
||||
import logging.handlers
|
||||
import sys
|
||||
|
||||
sys.stdout.reconfigure(encoding='utf-8')
|
||||
|
||||
class LoggerSetup:
|
||||
def __init__(self, level='INFO', date_format='%Y-%m-%d %H:%M:%S',
|
||||
|
Loading…
Reference in New Issue
Block a user