mail-check: fix format string

This commit is contained in:
Martin Weinelt 2025-07-08 04:39:36 +02:00
parent 47786932cb
commit 0aeb2849ad
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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