Skip to content

Commit 7f4475c

Browse files
Normalized subdomains emails output for PDF report (part of #42)
1 parent 6d14a94 commit 7f4475c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reporting_modules/pdf_report_creation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def report_assembling(short_domain, url, case_comment, data_array, report_info_a
8080
report_folder = report_info_array[3]
8181
ctime = report_info_array[4]
8282
report_ctime = report_info_array[6]
83-
83+
print(subdomain_mails)
8484
context = {'sh_domain': short_domain, 'full_url': url, 'ip_address': ip, 'registrar': res['registrar'],
8585
'creation_date': res['creation_date'],'expiration_date': res['expiration_date'],
8686
'name_servers': ', '.join(res['name_servers']),'org': res['org'],

0 commit comments

Comments
 (0)