We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203ecce commit aff12aeCopy full SHA for aff12ae
1 file changed
Circuit_Playground_Brake_Light/code.py
@@ -37,7 +37,7 @@
37
cp.pixels.brightness = 0.25
38
start = time.monotonic()
39
sleep = True
40
- i +=1
+ i += 1
41
42
# sleep variable is for short circuiting
43
elif not sleep or time.monotonic() - start > 0.4:
0 commit comments