mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +01:00
rewrite_amf.py: Fix bug introduced by recent refactoring (#308)
This commit is contained in:
parent
6d879cb8b8
commit
a9cbdc1bd6
@ -22,7 +22,7 @@ class RewriteAMF(BufferedRewriter): #pragma: no cover
|
||||
res = remoting.decode(iobuff)
|
||||
|
||||
# TODO: revisit this
|
||||
inputdata = url_rewriter.rewrite_opts.get('pywb.inputdata')
|
||||
inputdata = rwinfo.url_rewriter.rewrite_opts.get('pywb.inputdata')
|
||||
|
||||
if inputdata:
|
||||
new_list = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user