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