1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

memento: fix MementoTimemapView to have consistent signature with other query views

This commit is contained in:
Ilya Kreymer 2015-02-24 10:35:49 -08:00
parent 39824711f0
commit cb857df125

View File

@ -189,7 +189,7 @@ class J2HtmlCapturesView(J2TemplateView):
#=================================================================
class MementoTimemapView(object):
def render_response(self, wbrequest, cdx_lines):
def render_response(self, wbrequest, cdx_lines, **kwargs):
memento_lines = make_timemap(wbrequest, cdx_lines)
return WbResponse.text_stream(memento_lines,
content_type=LINK_FORMAT)