Fixed typo
[one-dimensional-fireworks.git] / fireworks3.py
index ef9e2b36e523dfdf9a90770601bbbbe15e289ecd..a7f28cf740b8f78bd1a30908445049d358dcf906 100644 (file)
@@ -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
 #########################################