mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -04:00
add created_by_id to all Snapshot creation functions
This commit is contained in:
parent
aa282daadf
commit
c30ae1d2cb
4 changed files with 17 additions and 11 deletions
|
@ -470,6 +470,7 @@ class AddView(UserPassesTestMixin, FormView):
|
|||
"parser": parser,
|
||||
"update_all": False,
|
||||
"out_dir": OUTPUT_DIR,
|
||||
"created_by_id": self.request.user.pk,
|
||||
}
|
||||
if extractors:
|
||||
input_kwargs.update({"extractors": extractors})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue