Skip to content

Commit

Permalink
Added PS support for XLSX reports
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES committed Aug 27, 2024
1 parent a913627 commit a77bb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpulse.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def run():
data_array, report_info_array = data_processing.data_gathering(short_domain, url, report_filetype.lower(), pagesearch_flag.lower(), keywords_list, keywords_flag)
else:
data_array, report_info_array = data_processing.data_gathering(short_domain, url, report_filetype.lower(), pagesearch_flag.lower(), '', keywords_flag)
xlsx_rc.create_report(short_domain, url, case_comment, data_array, report_info_array, pagesearch_ui_mark)
xlsx_rc.create_report(short_domain, url, case_comment, data_array, report_info_array, pagesearch_ui_mark, pagesearch_flag.lower())
finally:
spinner_thread.do_run = False
spinner_thread.join()
Expand Down

0 comments on commit a77bb15

Please sign in to comment.