diff --git a/dnsrecon/cli.py b/dnsrecon/cli.py index 573a4347..118c0479 100755 --- a/dnsrecon/cli.py +++ b/dnsrecon/cli.py @@ -1955,7 +1955,7 @@ def main(): if crt_enum_records is not None and do_output: returned_records.extend(crt_enum_records) else: - print("[-] No records returned from crt.sh enumeration") + print('[-] No records returned from crt.sh enumeration') elif type_ == 'snoop': if not (dictionary and ns_server):