We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1426b1a commit fb57c69Copy full SHA for fb57c69
openlibrary/plugins/upstream/utils.py
@@ -722,7 +722,7 @@ def strip_accents(s: str) -> str:
722
723
@functools.cache
724
def get_languages(limit: int = 1000) -> dict:
725
- # TODO: fix this hack. Should be higher up like in other PR.
+ # TODO: Once #11425 is merged in we can use the init factory instead.
726
if not hasattr(web.ctx, 'site'):
727
from infogami.utils.delegate import create_site
728
0 commit comments