Skip to content

Commit

Permalink
Update backend_mysql.py in preparation for status definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
ollimeier committed May 29, 2024
1 parent 16aa2a3 commit dc66c26
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 @@ -131,7 +131,7 @@ async def taskFunc():
"features", ""
)
self._tempFontItemsCache["customData"] = (
font_data["data"].get("fontlib", {}) | standardCustomDataItems
standardCustomDataItems | font_data["data"].get("fontlib", {})
)
self._tempFontItemsCache.updateTimeOut()
del self._getMiscFontItemsTask
Expand Down

0 comments on commit dc66c26

Please sign in to comment.