juanmcasillas / gopro2gpx

Parse the gpmd stream for GOPRO moov track (MP4) and extract the GPS info into a GPX (and kml) file.
GNU General Public License v3.0
181 stars 50 forks source link

Fixed deprecated array.array.fromstring() to frombytes() #7

Closed Simske closed 3 years ago

Simske commented 3 years ago

array.array.fromstring() was renamed to array.array.frombytes() in Python 3.2 and the alias removed in Python 3.9. This just fixes this one code.

Fixes #6