projects
/
one-dimensional-fireworks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e09e3f
)
Fixed typo
author
Neil Smith
<neil.git@njae.me.uk>
Fri, 9 Nov 2018 21:48:57 +0000
(21:48 +0000)
committer
Neil Smith
<neil.git@njae.me.uk>
Fri, 9 Nov 2018 21:48:57 +0000
(21:48 +0000)
fireworks3.py
patch
|
blob
|
history
diff --git
a/fireworks3.py
b/fireworks3.py
index ef9e2b36e523dfdf9a90770601bbbbe15e289ecd..a7f28cf740b8f78bd1a30908445049d358dcf906 100644
(file)
--- a/
fireworks3.py
+++ b/
fireworks3.py
@@
-20,7
+20,7
@@
def explode(pixels):
pixels[NP_COUNT - BURST_SIZE + i] = initial_colour
pixels[NP_COUNT - BURST_SIZE - i] = initial_colour
pixels.show()
-
time.sleep(0.5
)
+
sleep(500
)
# End of function to add
#########################################