Skip to content

Commit 88c34b7

Browse files
committed
Astros: Landing of Soyuz MS-01
1 parent 84cd95c commit 88c34b7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: app.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"docname": "People-In-Space"},
2828
]
2929

30-
3130
@app.route("/")
31+
3232
def index():
3333
return render_template('index.html', apis=API_DEFS)
3434

@@ -229,15 +229,11 @@ def iss_pass():
229229
@json
230230
def astros():
231231
Astros = [
232-
{'name': "Anatoly Ivanishin", 'craft': "ISS"},
233-
{'name': "Takuya Onishi", 'craft': "ISS"},
234-
{'name': "Kate Rubins", 'craft': "ISS"},
235232
{'name': "Jing Haipeng", 'craft': "Shenzhou 11"},
236233
{'name': "Chen Dong", 'craft': "Shenzhou 11"},
237234
{'name': "Sergey Rizhikov", 'craft': "ISS"},
238235
{'name': "Andrey Borisenko", 'craft': "ISS"},
239236
{'name': "Shane Kimbrough", 'craft': "ISS"},
240-
241237
]
242238
return {'message': "success", 'number': len(Astros), 'people': Astros}, 200
243239

0 commit comments

Comments
 (0)