Rimosso encoding

This commit is contained in:
giuliof 2021-09-04 10:50:11 +02:00
parent 45752d2903
commit cd6543f837
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ try:
# Start the logging library (to avoid printing on stdout) # Start the logging library (to avoid printing on stdout)
# TODO # TODO
logging.basicConfig(filename='conf/tpdf.log', encoding='utf-8', level=logging.DEBUG) logging.basicConfig(filename='conf/tpdf.log', level=logging.DEBUG)
# Start CGI handling for webserver # Start CGI handling for webserver
cgitb.enable() cgitb.enable()