jim-easterbrook / pywws

Python software for USB Wireless WeatherStations
https://pywws.readthedocs.io/
GNU General Public License v2.0
204 stars 62 forks source link

Passwords with special characters break the parser #3

Closed trastle closed 11 years ago

trastle commented 11 years ago

Hi Jim, Thanks for the code, I'm using and enjoying it. I have hit a minor bug, when uploading to weather underground I generated a password with % and & signs in it, this caused the config file parser to fail.

No real need to fix this unless you want to as I have now changed my password to one which is alphanumeric and all is well. Thanks, Troy.

jim-easterbrook commented 11 years ago

I think this should be fairly trivial to fix, with no side effects. I'll do some experimenting over the next few days.

trastle commented 11 years ago

Thanks Jim, no pressing need to have it fixed for my purposes but no doubt someone else will find the fix useful in the future!