Skip to content

Commit ba1487b

Browse files
committed
comment change
1 parent 1624150 commit ba1487b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

check_mail_loop.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def imap_search_server(server: imaplib.IMAP4, mailbox: str, expected_token: str,
166166
167167
@param server: An imaplib.IMAP4 object that represents the sever connection.
168168
@param mailbox: Name of the mailbox, such as INBOX or Junk.
169-
@param expected_token: Lookup this token in a X-Icinga-Test-Id E-mail header.
169+
@param expected_token: Lookup this token in a "X-Icinga-Test-Id" E-mail header.
170170
@param cleanup_flag: Remove mails from the IMAP account.
171171
@return Function returns a MailFound status.
172172
"""
@@ -252,7 +252,7 @@ def main():
252252

253253
debug_flag = args.debug
254254
delay = args.delay
255-
255+
256256
_uuid = str(uuid.uuid4())
257257
email = email_create_message(args.mail_from, args.mail_to, _uuid)
258258
smtp_server = smtp_connect(args.smtp_host, args.smtp_port, args.smtp_user, args.smtp_pass)

0 commit comments

Comments
 (0)