Skip to content

Commit

Permalink
changed double quotes to single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-pmillz committed Sep 13, 2024
1 parent 3e79a70 commit ccdbf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsrecon/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit ccdbf41

Please sign in to comment.