metaodi / osmapi

Python wrapper for the OpenStreetMap API
http://osmapi.metaodi.ch/
GNU General Public License v3.0
212 stars 41 forks source link

My password contains a column. #105

Closed JulienPalard closed 3 years ago

JulienPalard commented 4 years ago

Hi!

Thanks for osmapi!

I'm having a small issue though, but easy to fix: while reading the password from the password file, using line = line.strip().split(":", 1) instead of line = line.strip().split(":") would allow my password to read correctly. As my password contains a column, it currently split in three parts, and the last one is discarded.

Bests.

metaodi commented 3 years ago

The fix is part of release 1.3.0