mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-23 04:33:11 +00:00
update instead of append
This commit is contained in:
parent
d9fd1e3811
commit
8b0ff2dfee
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class AddView(UserPassesTestMixin, FormView):
|
|||
"out_dir": OUTPUT_DIR,
|
||||
}
|
||||
if extractors:
|
||||
input_kwargs.append("extractors": extractors)
|
||||
input_kwargs.update({"extractors": extractors})
|
||||
add_stdout = StringIO()
|
||||
with redirect_stdout(add_stdout):
|
||||
add(**input_kwargs)
|
||||
|
|
Loading…
Reference in a new issue