mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-02-20 00:56:07 +08:00
update instead of append
This commit is contained in:
parent
d9fd1e3811
commit
8b0ff2dfee
@ -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…
x
Reference in New Issue
Block a user