We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea1024 commit 5e9dfa0Copy full SHA for 5e9dfa0
1 file changed
Daily_Cheer_Automaton/CircuitPython/code.py
@@ -119,7 +119,7 @@ def print_directory(path, tabs=0):
119
120
# selected time
121
# 24 hour time
122
-playhour = 19
+playhour = 19
123
playmin = 0
124
125
# pylint: disable-msg=bad-whitespace
@@ -165,4 +165,4 @@ def print_directory(path, tabs=0):
165
# turn NeoPixel off
166
#pixel[0] = (0, 0, 0)
167
168
- time.sleep(1) # wait a second
+ time.sleep(1) # wait a second
0 commit comments