pylint whitespace cleanup
This commit is contained in:
parent
067576701a
commit
1477fb4f0d
3 changed files with 1 additions and 3 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -97,8 +97,6 @@ while True:
|
|||
|
||||
# pause for effect
|
||||
time.sleep(frame_delay[frame_count])
|
||||
|
||||
|
||||
|
||||
else:
|
||||
|
||||
|
|
@ -109,7 +107,7 @@ while True:
|
|||
# track repitions
|
||||
rep_count -= 1
|
||||
|
||||
# play it again
|
||||
# play it again
|
||||
frame_count = 0
|
||||
|
||||
# A0/D1 pin has been touched
|
||||
|
|
|
|||
Loading…
Reference in a new issue