From 0115887064db927b52ad248b960b942cb44d3070 Mon Sep 17 00:00:00 2001 From: kuzh Date: Sun, 25 Feb 2024 19:09:04 +0100 Subject: [PATCH] update output file name. --- speedtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speedtest.py b/speedtest.py index ff7bb0e..07a664e 100755 --- a/speedtest.py +++ b/speedtest.py @@ -1997,7 +1997,7 @@ def shell(): if args.share and not machine_format: printer('Share results: %s' % results.share()) - utilities.convert_and_save_to_xlsx(str(results), "tmp/f24-ch1.xlsx") + utilities.convert_and_save_to_xlsx(str(results), "tmp/f24-ch1-coi-db0-Shield.xlsx") def main(iteration=1):