ampledata / aprs

Python APRS Module
https://github.com/ampledata/aprs
Other
95 stars 53 forks source link

Correct newlines in APRS-IS/TCP class to DOS convention #13

Closed PhirePhly closed 7 years ago

PhirePhly commented 7 years ago

Your parsing all correctly uses \r\n, but your encoding used \n\r.

ampledata commented 7 years ago

Thank you so much for the fix, I've merged it into the python3_support branch!