Don't title username

This commit is contained in:
redfast00 2022-06-03 19:27:11 +02:00
parent f87f3c5446
commit 754eae4a50
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C

View file

@ -21,7 +21,7 @@ def webhook_text(order: Order) -> typing.Optional[str]:
url_for("order_bp.order_from_slug", order_slug=order.slug, _external=True),
order.location_name,
remaining_minutes(order.stoptime),
order.courier.username.title(),
order.courier.username,
)
# pylint: disable=C0209