From cd6543f837c25bda245c2eb4ca53b697d1acea6d Mon Sep 17 00:00:00 2001 From: giuliof Date: Sat, 4 Sep 2021 10:50:11 +0200 Subject: [PATCH] Rimosso encoding --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ae986da..b795f1a 100755 --- a/main.py +++ b/main.py @@ -38,7 +38,7 @@ try: # Start the logging library (to avoid printing on stdout) # 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 cgitb.enable()