Printing a dot every run

This commit is contained in:
Pünkösd Marcell 2021-12-02 23:58:27 +01:00
parent 0c791452bf
commit 53d18c8687
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ from typing import List, Tuple
def run_report_task(hostname: str, test_urls: list, report_urls: list):
print('.', end='', flush=True)
for testpoint_name, testpoint_url in test_urls:
start_time = time.time()