[logging] End sentence of error message with a period "."

This commit is contained in:
bronsen 2026-01-08 12:07:31 +01:00
parent a49cfd0dc1
commit 3e1bae138a

View file

@ -42,7 +42,7 @@ def make_teilchen_input(text: str) -> TeilchenCreate | None:
tags = re.findall(r"#\w+", text.lower()) tags = re.findall(r"#\w+", text.lower())
if not tags: if not tags:
logger.warning("No tags found in text") logger.warning("No tags found in text.")
return TeilchenCreate( return TeilchenCreate(
name=name, name=name,