tobiz / OGN-Flight-Logger

Python APRS/OGN program to log flight times, durations and maximum heights achieved
GNU General Public License v3.0
0 stars 4 forks source link

Remove flight with no end date/time #22

Open tobiz opened 9 years ago

tobiz commented 9 years ago

It looks as if it is possible for a flight (in flight_log2) to have no end date and time. This might happen if a flarm is switched of after flight start date and time has been entered (but not sure this is the only case). Therefore when processing the days flights such entries in flight_log2 should be checked for and removed.