change to else

This commit is contained in:
foamyguy 2023-07-31 15:58:43 -05:00
parent 0e1c2c65ec
commit 2273385528

View file

@ -243,7 +243,7 @@ def take_stop_motion_gif(n_frames=10, replay_frame_time=0.3):
)
# CircuitPython Versions >= 9.0.0
elif hasattr(bitmaptools, "blit"):
else:
bitmaptools.blit(
old_frame,
frame,