Skip to content

Commit fb44bf4

Browse files
committed
intital commit
1 parent d59cbb1 commit fb44bf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

countDown.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
# And 7265 % 60 is 5 seconds:
2727
seconds = str(secondsLeft % 60)
2828

29-
# Get the digit strings from the secseg module:
30-
hDigits = secseg.getSevSegStr(hours, 2)
29+
# Get the digit strings from the sevseg module:
30+
hDigits = sevseg.getSevSegStr(hours, 2)
3131
hTopRow, hMiddleRow, hBottomRow = hDigits.splitlines()
3232

3333
mDigits = sevseg.getSevSegStr(minutes, 2)

0 commit comments

Comments
 (0)