Skip to content

Commit

Permalink
soyuz landing
Browse files Browse the repository at this point in the history
  • Loading branch information
natronics committed Mar 16, 2013
1 parent b115017 commit 58f5a05
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions app.py
Expand Up @@ -118,13 +118,10 @@ def iss_pass():
@json
def astros():
Astros = [
{'name': "Oleg Novitskiy", 'craft': "Soyuz TMA-06M"}
, {'name': "Evgeny Tarelkin", 'craft': "Soyuz TMA-06M"}
, {'name': "Kevin A. Ford", 'craft': "Soyuz TMA-06M"}
, {'name': "Roman Romanenko", 'craft': "ISS"}
, {'name': "Thomas Marshburn", 'craft': "ISS"}
, {'name': "Chris Hadfield", 'craft': "ISS"}
]
{'name': "Roman Romanenko", 'craft': "ISS"},
{'name': "Thomas Marshburn", 'craft': "ISS"},
{'name': "Chris Hadfield", 'craft': "ISS"},
]
return {'message': "success", 'number': len(Astros), 'people': Astros}, 200

if __name__ == "__main__":
Expand Down

0 comments on commit 58f5a05

Please sign in to comment.