From ec8d2eeca03af7bc1e83a55243733930c1a61702 Mon Sep 17 00:00:00 2001 From: wgaylord Date: Tue, 18 Dec 2018 20:42:36 -0600 Subject: [PATCH] . --- satnogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satnogs.py b/satnogs.py index 71cd656..17a05ab 100644 --- a/satnogs.py +++ b/satnogs.py @@ -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/') +@app.route('/stations_from_sat/') def api_occuring_observations(norad): obs = [] for x in Passes: