Skip to content

Commit

Permalink
Fixing the page load bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasGold committed Nov 16, 2023
1 parent 1818726 commit 2451808
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/osw/wtsite.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,9 +742,6 @@ def __init__(self, wtSite: WtSite = None, title: str = None):
if self._content_model[slot_key] == "json":
self._slots[slot_key] = json.loads(
self._slots[slot_key],
ensure_ascii=False
# todo: fix - adding ensure_ascii=False causes
# the page load to fail
)
# todo: set content for slots not in revision["slots"] (use
# SLOTS) --> create empty slots
Expand Down

0 comments on commit 2451808

Please sign in to comment.