Skip to content

Commit b02f794

Browse files
committed
Updated sp example to work with phantomJS
1 parent 015fac5 commit b02f794

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/sp-wsgi/sp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ def do(self, response, binding, relay_state="", mtype="response"):
377377
cookie = self.cache.set_cookie(user)
378378

379379
resp = Redirect("/", headers=[
380-
("Location", "/"),
381380
cookie,
382381
])
383382
return resp(self.environ, self.start_response)

0 commit comments

Comments
 (0)