From 5d55ac6159c4aa1eb36e8fd8086335302bf88489 Mon Sep 17 00:00:00 2001 From: aristotelis gkithkopoulos Date: Wed, 8 Jun 2022 16:59:29 +0300 Subject: [PATCH] small bug fix --- sherlock/sherlock.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index 78625c90..219c1a13 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -731,8 +731,7 @@ def main(): http_status = [] response_time_s = [] - result_file = f"{username}.xlsx" - workbook = xlsxwriter.Workbook(f"{username}.xlsx") + sheet = workbook.add_worksheet() for site in results: