Skip to content

Commit 5da8973

Browse files
Added support of transfering PageSearch status message to html template (part of #43)
1 parent 5f2ae0d commit 5da8973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpulse.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def run():
8989
data_array, report_info_array = data_processing.data_gathering(short_domain, url, report_filetype_lowered, pagesearch_flag.lower(), keywords_list, keywords_flag)
9090
else:
9191
data_array, report_info_array = data_processing.data_gathering(short_domain, url, report_filetype_lowered, pagesearch_flag.lower(), '', keywords_flag)
92-
pdf_rc.report_assembling(short_domain, url, case_comment, data_array, report_info_array)
92+
pdf_rc.report_assembling(short_domain, url, case_comment, data_array, report_info_array, pagesearch_ui_mark)
9393
finally:
9494
spinner_thread.do_run = False
9595
spinner_thread.join()
@@ -99,7 +99,7 @@ def run():
9999
data_array, report_info_array = data_processing.data_gathering(short_domain, url, report_filetype_lowered, pagesearch_flag.lower(), keywords_list, keywords_flag)
100100
else:
101101
data_array, report_info_array = data_processing.data_gathering(short_domain, url, report_filetype_lowered, pagesearch_flag.lower(), '', keywords_flag)
102-
xlsx_rc.create_report(short_domain, url, case_comment, data_array, report_info_array)
102+
xlsx_rc.create_report(short_domain, url, case_comment, data_array, report_info_array, pagesearch_ui_mark)
103103
finally:
104104
spinner_thread.do_run = False
105105
spinner_thread.join()

0 commit comments

Comments
 (0)