1
0
Fork 0
merge-requests/1/head
wgaylord 2018-12-18 20:42:36 -06:00
parent b3ec27be74
commit ec8d2eeca0
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ def api_active_stations():
sations.append([x["name"],x["lat"],x["lng"]])
return json.dumps(sations)
@app.route('/stations_from_sat/<str:norad>')
@app.route('/stations_from_sat/<string:norad>')
def api_occuring_observations(norad):
obs = []
for x in Passes: