remove double quote around a variable

This commit is contained in:
Kay0u 2021-12-25 17:32:50 +01:00
parent b35f27d580
commit a615528c7f
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156

View file

@ -136,7 +136,7 @@ class DNSRecordsDiagnoser(Diagnoser):
# If status is okay and there's actually no expected records
# (e.g. XMPP disabled)
# then let's not yield any diagnosis line
if not records and "status" == "SUCCESS":
if not records and status == "SUCCESS":
continue
output = dict(