X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=fireworks3.py;h=a7f28cf740b8f78bd1a30908445049d358dcf906;hb=HEAD;hp=ef9e2b36e523dfdf9a90770601bbbbe15e289ecd;hpb=5e09e3f51ddf03890103236079fe4e00c13d0f74;p=one-dimensional-fireworks.git diff --git a/fireworks3.py b/fireworks3.py index ef9e2b3..a7f28cf 100644 --- 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 #########################################