diff --git a/src/webapp.py b/src/webapp.py index 4ad2b1c..1f2cbf7 100644 --- a/src/webapp.py +++ b/src/webapp.py @@ -269,9 +269,7 @@ class ScriptFormWebApp(WebAppHandler): authorized = True if not authorized: - headers = { - "WWW-Authenticate": 'Basic realm="Private Area"' - } + headers = {"WWW-Authenticate": 'Basic realm="Private Area"'} raise HTTPError(401, 'Authenticate', headers) return True