|
@@ -82,10 +82,11 @@ async def roughTimeStatus(
|
|
|
"nest_url": n['nestOutMediaPullStreamAddress'] if n['nestOutMediaPullStreamAddress'] is not None else "", # 机巢视频流
|
|
|
}
|
|
|
|
|
|
+ # 飞行中的附加信息
|
|
|
if str(n['convertCode']) == '1':
|
|
|
fly_info = get_fly_info(n['id'], fly_data)
|
|
|
if fly_info is not None:
|
|
|
- item = item.update(fly_info)
|
|
|
+ item['fly_info'] = fly_info
|
|
|
wrj_list.append(item)
|
|
|
|
|
|
print(wrj_list)
|