la1k / flyby

A satellite tracking program
GNU General Public License v2.0
39 stars 8 forks source link

Updated SATNOGSs db fetch script to work under Python 3 #101

Open dalenkruse opened 2 years ago

dalenkruse commented 2 years ago

Fixes #98. Changes include using correct urllib, updating sorted function call, and ensuring temp files are opened in text mode.