mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-03 06:17:53 +10:00
add created_by_id to all Snapshot creation functions
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user