We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e20735 commit 4362352Copy full SHA for 4362352
Canary_Nightlight/code.py
@@ -220,7 +220,7 @@ def blink(color):
220
221
# ============ LOOP ============
222
while True:
223
- # Resets current_time to the current time.time() value every time through the loop.
+ # Resets current_time to the current second every time through the loop.
224
current_time = time.time()
225
# WiFi and IO connections can fail arbitrarily. The bulk of the loop is included in a
226
# try/except block to ensure the project will continue to run unattended if any
0 commit comments