Skip to content

Commit

Permalink
Add seed and favIconUrl to _get_page_from_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Feb 4, 2025
1 parent 2519009 commit f013d69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/btrixcloud/pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ def _get_page_from_dict(
mime=page_dict.get("mime", "text/html"),
filename=page_dict.get("filename"),
depth=page_dict.get("depth"),
seed=page_dict.get("seed"),
favIconUrl=page_dict.get("favIconUrl"),
ts=(str_to_date(ts) if ts else dt_now()),
)
p.compute_page_type()
Expand Down

0 comments on commit f013d69

Please sign in to comment.