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:
parent
39824711f0
commit
cb857df125
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user