models: it's not an error if we can continue operating
This commit is contained in:
parent
49a21ca9cf
commit
9b04902825
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ async def make_teilchen_input(text: str) -> TeilchenCreate | None:
|
||||||
name = text[0:name_end]
|
name = text[0:name_end]
|
||||||
|
|
||||||
if not name:
|
if not name:
|
||||||
logger.error("Could not extract name.")
|
logger.warning("Could not extract name.")
|
||||||
logger.debug("Could not extract name from input: %s", text)
|
logger.debug("Could not extract name from input: %s", text)
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue