FanvidDB / fanviddb-server

Server of the fanviddb
Other
0 stars 1 forks source link

fixed issues with localization in python after 3.11 upgrade #131

Closed sandalwoodbox closed 9 months ago

sandalwoodbox commented 9 months ago

I initially thought this was somehow a problem with fluent but it turned out to be a change in how to do string enums in python 3.11. https://github.com/python/cpython/issues/100458 https://docs.python.org/3.11/library/enum.html#enum.StrEnum