heuer / segno

Python QR Code and Micro QR Code encoder
https://pypi.org/project/segno/
BSD 3-Clause "New" or "Revised" License
606 stars 52 forks source link

Geo: Remove trailing period #124

Closed missionfloyd closed 11 months ago

missionfloyd commented 1 year ago

When an integer is passed to make_geo_data(), the trailing zeroes are removed, but not the period. Because of this, it can't be scanned on iOS.

heuer commented 11 months ago

Thank you!