i have a list that consists of different dicts and I iterate over them and get variables at certain places and if the variable does not exist I want to describe it with none. Something like this:
packet_time = packet[i].payload.time
And if time does not exist in payload, I want to add None as value of packet_time