mail-check: fix format string
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user