james-atkinson / speedcomplainer

A python app that will test your internet connection and then complain to your service provider (and log to a data store if you'd like)
509 stars 106 forks source link

ValueError: invalid literal for float() #19

Open joetech opened 8 years ago

joetech commented 8 years ago

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.