fix import with new items

This commit is contained in:
Their Name 2023-01-09 20:33:02 +00:00
parent dd2cab8bd4
commit 57e82cb3d6

View file

@ -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}")