Update satpredict.py
This commit is contained in:
parent
559050c616
commit
771738842b
@ -41,7 +41,7 @@ def convert_time_short( unixtime ):
|
|||||||
def get_sat( sat ):
|
def get_sat( sat ):
|
||||||
return sat + '\n' + tle_data[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 = {}
|
data = {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user