Skip to content

Commit

Permalink
Correction, unusal mission, Astros still in Soyuz for two days
Browse files Browse the repository at this point in the history
  • Loading branch information
natronics committed Sep 2, 2015
1 parent e0156f5 commit a23d531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ def astros():
{'name': "Oleg Kononenko", 'craft': "ISS"},
{'name': "Kimiya Yui", 'craft': "ISS"},
{'name': "Kjell Lindgren", 'craft': "ISS"},
{'name': "Sergey Volkov", 'craft': "ISS"},
{'name': "Andreas Mogensen", 'craft': "ISS"},
{'name': "Aidyn Aimbetov", 'craft': "ISS"},
{'name': "Sergey Volkov", 'craft': "Soyuz TMA-18M"},
{'name': "Andreas Mogensen", 'craft': "Soyuz TMA-18M"},
{'name': "Aidyn Aimbetov", 'craft': "Soyuz TMA-18M"},
]
return {'message': "success", 'number': len(Astros), 'people': Astros}, 200

Expand Down

0 comments on commit a23d531

Please sign in to comment.