fixed login page authorizaton error

This commit is contained in:
evilhero 2020-01-08 19:35:07 -05:00
parent 41a6e98fe5
commit 94794cf626
1 changed files with 1 additions and 1 deletions

View File

@ -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