Skip to content

Commit 38f8c2e

Browse files
committed
Update flask_server.py
1 parent c47a95d commit 38f8c2e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

flask_server.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
myRequest.add('Longitude', (b'Plane Longitude', b'degrees'))
1919
myRequest.add('Kohlsman', (b'Kohlsman setting hg', b'inHg'))
2020

21-
2221
@app.route('/json/')
2322
@app.route('/json/all')
2423
def json_add_data():
@@ -38,11 +37,4 @@ def json_add_data():
3837

3938
return jsonify(data_dictionary)
4039

41-
42-
43-
44-
45-
46-
47-
4840
app.run(host='0.0.0.0', port=5000, debug=True)

0 commit comments

Comments
 (0)