From 6d7cdf744cb654c4055a1c89fa20036b74f1f4c0 Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Wed, 17 Jun 2015 08:13:13 +0200 Subject: [PATCH] Small cleanup. --- src/webapp.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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