Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymal committed Jun 12, 2024
1 parent 336d59b commit 06df17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini_fiction/apis/amsphinxql.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def search(
) -> SphinxSearchResult:
from MySQLdb import ProgrammingError

options = dict(options) or {}
options = dict(options or {})
options.setdefault("max_matches", 1000)

sql, args = self._build_search_sql(
Expand Down

0 comments on commit 06df17f

Please sign in to comment.