Skip to content

Commit

Permalink
Fix showing sequence number when sequence include last image
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Nov 19, 2023
1 parent 5f2c515 commit 25d804d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions time_lapse/check_interval.py
Expand Up @@ -77,6 +77,7 @@ def find_sequences(pattern: str, shots_per_interval: int, group: bool) -> None:
sequence.append(following.path)
if len(sequence) > MIN_IMAGES_SEQUENCE:
print(
f'{nth_sequence:4}',
f'{len(sequence):4}',
f'{new_interval.total_seconds():7}s',
f'{sequence[0]}{sequence[-1]}',
Expand Down

0 comments on commit 25d804d

Please sign in to comment.