Skip to content

Commit

Permalink
Add another default False.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Jul 6, 2024
1 parent a4c9b6a commit 59b1313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepwell/importer/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def add_page(self, cur, *, site_slug: str, page_descr: str, metadata: dict) -> N
site_slug,
sitemap_updated_at,
metadata.get("title", ""),
metadata["is_locked"],
metadata.get("is_locked", False),
json.dumps(metadata.get("tags", [])),
),
)
Expand Down

0 comments on commit 59b1313

Please sign in to comment.