Skip to content

Commit 2273385

Browse files
committed
change to else
1 parent 0e1c2c6 commit 2273385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ov5640_stopmotion_kaluga1_3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def take_stop_motion_gif(n_frames=10, replay_frame_time=0.3):
243243
)
244244

245245
# CircuitPython Versions >= 9.0.0
246-
elif hasattr(bitmaptools, "blit"):
246+
else:
247247
bitmaptools.blit(
248248
old_frame,
249249
frame,

0 commit comments

Comments
 (0)