There's an issue with the lines that should replace Mbits/s in the upload and download results. Instead, it tries to replace Mbit/s. If you get an error like ValueError: invalid literal for float(): 51.79 Mbits/s, just search for the replace calls and add the missing s.
I'll submit a PR for this when I have a few minutes if someone doesn't beat me to it.
There's an issue with the lines that should replace
Mbits/s
in the upload and download results. Instead, it tries to replaceMbit/s
. If you get an error likeValueError: invalid literal for float(): 51.79 Mbits/s
, just search for the replace calls and add the missings
.I'll submit a PR for this when I have a few minutes if someone doesn't beat me to it.