Skip to content

Commit

Permalink
change back attribute name: "unicodes"
Browse files Browse the repository at this point in the history
  • Loading branch information
ollimeier committed Mar 6, 2024
1 parent c7092ec commit 3434f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontra_rcjk/backend_mysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ async def _pollOnceForChanges(self) -> tuple[Any, Any]:


def _codePointsFromGlyphInfo(glyphInfo: dict) -> list[int]:
return glyphInfo.get("codePoints", [])
return glyphInfo.get("unicodes", [])


def getUpdatedTimeStamp(info: dict) -> str:
Expand Down

0 comments on commit 3434f45

Please sign in to comment.