Add is_self attribute for saved items
This commit is contained in:
parent
ccd10f74cc
commit
3c2b9c045c
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -40,6 +40,7 @@ with open("saved.yaml", "w") as file:
|
|||
i["url"] = item.url
|
||||
i["title"] = item.title
|
||||
i["upvote_ratio"] = item.upvote_ratio
|
||||
i["is_self"] = item.is_self
|
||||
|
||||
i["id"] = item.id
|
||||
i["created_utc"] = item.created_utc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue