fix import with new items
This commit is contained in:
parent
dd2cab8bd4
commit
57e82cb3d6
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class DoubanImporter:
|
|||
print(f"fetching {url}")
|
||||
site.get_resource_ready()
|
||||
item = site.get_item()
|
||||
item.last_editor = user
|
||||
item.last_editor = self.user
|
||||
item.save()
|
||||
else:
|
||||
print(f"matched {url}")
|
||||
|
|
Loading…
Add table
Reference in a new issue