mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-26 06:00:22 +00:00
fix direct assignment of tags to many-to-many set
This commit is contained in:
parent
b1b7ee2b85
commit
d7f01922f3
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ def write_link_to_sql_index(link: Link):
|
|||
tag_list = list(dict.fromkeys(
|
||||
tag.strip() for tag in (link.tags or '').split(',')
|
||||
))
|
||||
info.pop('tags')
|
||||
|
||||
try:
|
||||
info["timestamp"] = Snapshot.objects.get(url=link.url).timestamp
|
||||
|
|
Loading…
Reference in a new issue