mail-check: fix format string
This commit is contained in:
parent
47786932cb
commit
0aeb2849ad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue