Skip to content

Commit

Permalink
Moved log file name string output from this file to logs_processing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OSINT-TECHNOLOGIES committed Aug 21, 2024
1 parent 3e2d55f commit de682ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reporting_modules/xlsx_report_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ def create_report(short_domain, url, case_comment, data_array, report_info_array
report_file = report_folder + "//" + casename
wb.save(report_file)
print(Fore.GREEN + "XLSX report for {} case was created at {}".format(''.join(short_domain), report_ctime) + Style.RESET_ALL)
print(Fore.GREEN + "Created log file name: {}".format(log_file_name) + Style.RESET_ALL)
robots_content, sitemap_content, sitemap_links_content, dorking_content = fp.get_db_columns(report_folder)
xlsx_blob = fp.get_blob(report_file)
db.insert_blob('XLSX', xlsx_blob, db_casename, db_creation_date, case_comment, robots_content, sitemap_content, sitemap_links_content, dorking_content)
Expand Down

0 comments on commit de682ec

Please sign in to comment.