mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
omit comment
This commit is contained in:
parent
01fe728676
commit
eaed835275
@ -213,7 +213,7 @@ class WarcproxController(object):
|
||||
warcprox.ListenerPostfetchProcessor(
|
||||
plugin, self.options))
|
||||
elif hasattr(plugin, 'CHAIN_POSITION') and plugin.CHAIN_POSITION == 'early':
|
||||
self._postfetch_chain.insert(0, plugin) # or insert early but later than 0?
|
||||
self._postfetch_chain.insert(0, plugin)
|
||||
else:
|
||||
self._postfetch_chain.append(plugin)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user