From 94794cf626f22431fa79ab63a5ae5fba7340c34a Mon Sep 17 00:00:00 2001 From: evilhero Date: Wed, 8 Jan 2020 19:35:07 -0500 Subject: [PATCH] fixed login page authorizaton error --- mylar/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mylar/auth.py b/mylar/auth.py index 6485ced4..308dcbbe 100755 --- a/mylar/auth.py +++ b/mylar/auth.py @@ -22,7 +22,7 @@ import cherrypy from cherrypy.lib.static import serve_file -import cgi +from html import escape #from datetime import datetime, timedelta import urllib.request, urllib.parse, urllib.error import re