forked from mirrors/bookwyrm
Retain source on retry jobs
This commit is contained in:
parent
73ea44e532
commit
a33b5b054f
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ class Importer:
|
|||
user=user,
|
||||
include_reviews=original_job.include_reviews,
|
||||
privacy=original_job.privacy,
|
||||
source=original_job.source,
|
||||
# TODO: allow users to adjust mappings
|
||||
mappings=original_job.mappings,
|
||||
retry=True,
|
||||
|
|
Loading…
Reference in a new issue