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

V0.1.0-1 Non-iterable object after wakeup #6

Closed tobiz closed 9 years ago

tobiz commented 9 years ago

After restart (ie wakeup) it looks like the first db read at line 740 in flogger.py return empty list and hence is not iterable, hence stops. No idea why. On restart this doesn't happen again during the days logging.

tobiz commented 9 years ago

Solved in V0.2.0