change to else
This commit is contained in:
parent
0e1c2c65ec
commit
2273385528
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue