alexellis/phototimer

Darkness hours bug when sunset < sunrise

Opened this issue · 0 comments

Hi

My use case needs the sunset time to be lower than the sunrise time (e.g. I am taking picture during the night).

In this case, the logic in camera.py prevent any capture because either the time is before the rise value or after the set value.

I think the fix is easy. Working on it now, I will submit a pull request soon.