Skip to content

Commit 5e9dfa0

Browse files
committed
whitespace, new line
whitespace, new line edits
1 parent 5ea1024 commit 5e9dfa0

File tree

1 file changed

+2
-2
lines changed
  • Daily_Cheer_Automaton/CircuitPython

1 file changed

+2
-2
lines changed

Daily_Cheer_Automaton/CircuitPython/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def print_directory(path, tabs=0):
119119

120120
# selected time
121121
# 24 hour time
122-
playhour = 19
122+
playhour = 19
123123
playmin = 0
124124

125125
# pylint: disable-msg=bad-whitespace
@@ -165,4 +165,4 @@ def print_directory(path, tabs=0):
165165
# turn NeoPixel off
166166
#pixel[0] = (0, 0, 0)
167167

168-
time.sleep(1) # wait a second
168+
time.sleep(1) # wait a second

0 commit comments

Comments
 (0)