コード例 #1
0
ファイル: app.py プロジェクト: yumf/Open-Notify-API
def tle_info():
    info = {'tle': iss.get_tle()}
    info['tle-time'] = iss.get_tle_time()
    info['tle-update'] = iss.get_tle_update()
    return dict({'message': "success"}, **info), 200
コード例 #2
0
ファイル: app.py プロジェクト: open-notify/Open-Notify-API
def tle_info():
    info = {'tle': iss.get_tle()}
    info['tle-time'] = iss.get_tle_time()
    info['tle-update'] = iss.get_tle_update()
    return dict({'message': "success"}, **info), 200