rag: Fix toter Code — Immobilien-Wide-Check war nach return unreachbar
This commit is contained in:
parent
0a76bee464
commit
70469cfbc5
1 changed files with 2 additions and 1 deletions
|
|
@ -260,7 +260,8 @@ def _is_wide_recall_query(q: str) -> bool:
|
||||||
"jaehrlich",
|
"jaehrlich",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
return costish and broad
|
if costish and broad:
|
||||||
|
return True
|
||||||
|
|
||||||
# Immobilien / Wohnungen / Kambodscha
|
# Immobilien / Wohnungen / Kambodscha
|
||||||
if any(x in ql for x in ("wohnung", "immobilie", "condo", "apartment", "grundstück", "grundstueck")):
|
if any(x in ql for x in ("wohnung", "immobilie", "condo", "apartment", "grundstück", "grundstueck")):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue