From: Neil Smith Date: Fri, 9 Nov 2018 21:48:57 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.njae.me.uk/?p=one-dimensional-fireworks.git;a=commitdiff_plain;h=b761c3c0234d8c1a778633997dc1c6709aa7ad4d Fixed typo --- 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 #########################################