Update satpredict.py

This commit is contained in:
va7eex 2017-02-20 21:49:52 -08:00 committed by GitHub
parent 559050c616
commit 771738842b

View File

@ -41,7 +41,7 @@ def convert_time_short( unixtime ):
def get_sat( sat ):
return sat + '\n' + tle_data[sat]
qth = (49.32, 123.42, 49) # lat (N), long (W), alt (meters)
qth = (49.5, 123.5, 50) # lat (N), long (W), alt (meters)
data = {}