From 603cf995003394cbc14e0d025867dc3608f0ddb9 Mon Sep 17 00:00:00 2001 From: Michael Kroes Date: Sat, 8 May 2021 15:12:45 +0200 Subject: [PATCH] Fixup tabs --- management/status_checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/status_checks.py b/management/status_checks.py index 1b2a16ca..67b26974 100755 --- a/management/status_checks.py +++ b/management/status_checks.py @@ -665,7 +665,7 @@ def check_mail_domain(domain, env, output): if mx is None: mxhost = None elif mx == "[timeout]": - mxhost = None + mxhost = None else: # query_dns returns a semicolon-delimited list # of priority-host pairs.