We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c598377 commit a73120aCopy full SHA for a73120a
1 file changed
src/palace/manager/celery/tasks/lexile.py
@@ -53,8 +53,8 @@ def _query_isbns_without_lexile(
53
:param session: Database session.
54
:param offset: Offset for pagination.
55
:param limit: Maximum number of identifiers to return.
56
- :param force: If True, include all ISBNs (including those with Lexile from other
57
- sources). If False, only include ISBNs with no Lexile classification.
+ :param force: If True, include all ISBNs (including those that already have lexile scores from
+ Lexile DB). If False, only include ISBNs without Lexile classification.
58
:return: List of Identifier objects.
59
"""
60
lexile_subject_exists = (
0 commit comments