From 476fa27e3be54e87d5177989a3e57924668ac3e0 Mon Sep 17 00:00:00 2001 From: aristotelis gkithkopoulos Date: Wed, 8 Jun 2022 16:59:48 +0300 Subject: [PATCH] small bug fix --- sherlock/sherlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index 219c1a13..acc59dc3 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -732,7 +732,7 @@ def main(): response_time_s = [] - sheet = workbook.add_worksheet() + for site in results: if response_time_s is None: