And, of course, I spelled it wrong . . .

This commit is contained in:
John Donaldson 2019-06-12 19:20:30 +01:00 committed by Donaldson
parent 34ee51bf84
commit c73abb0c61
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class MothRequestHandler(http.server.SimpleHTTPRequestHandler):
catdir = self.server.args["puzzles_dir"].joinpath(category)
mb = mothballer.package(category, catdir, self.seed)
except Exception as ex:
logger.exception(ex)
logging.exception(ex)
self.send_response(200)
self.send_header("Content-Type", "text/html; charset=\"utf-8\"")
self.end_headers()