Currently the minutes diff check in foto_viewer.py is as follows
time_since_last_fetch = (datetime.now().minute - last_image_fetch_time.minute)
this can fail in the case where the pi is restarted continually or somehow the check is missed. If the hours advanced by 3 the minutes diff could still be less than 30.
Currently the minutes diff check in foto_viewer.py is as follows
this can fail in the case where the pi is restarted continually or somehow the check is missed. If the hours advanced by 3 the minutes diff could still be less than 30.