Skip to content

Commit f7d2013

Browse files
Merge branch 'main' into rolling
2 parents 5329601 + 283d8b5 commit f7d2013

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reporting_modules/xlsx_report_creation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ def create_report(short_domain, url, case_comment, data_array, report_info_array
312312
for i, item in enumerate(cleaned_dorking, start=2):
313313
ws[f"A{i}"] = str(item)
314314

315+
315316
ws = wb['PAGESEARCH']
316317
for col in ['1', '2', '3', '4', '5', '6', '7']:
317318
cell = f"A{col}"

0 commit comments

Comments
 (0)