Skip to content

Commit 4362352

Browse files
committed
Improve comment.
1 parent 3e20735 commit 4362352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Canary_Nightlight/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def blink(color):
220220

221221
# ============ LOOP ============
222222
while True:
223-
# Resets current_time to the current time.time() value every time through the loop.
223+
# Resets current_time to the current second every time through the loop.
224224
current_time = time.time()
225225
# WiFi and IO connections can fail arbitrarily. The bulk of the loop is included in a
226226
# try/except block to ensure the project will continue to run unattended if any

0 commit comments

Comments
 (0)