mail-check: fix format string

This commit is contained in:
Martin Weinelt
2025-07-08 04:39:36 +02:00
parent 47786932cb
commit 0aeb2849ad

View File

@@ -73,7 +73,7 @@ def _read_mail(
show_body=False,
delete=True,
):
print("Reading mail from {imap_username}")
print(f"Reading mail from {imap_username}")
message = None