Skip to content

Commit 476addc

Browse files
authored
Update code.py
1 parent 37c6366 commit 476addc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CircuitPython_WeatherCloud/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import time
2-
import audioio
32
import random
3+
import audioio
44
import board
55
import busio
66
from digitalio import DigitalInOut
@@ -103,7 +103,7 @@
103103
cloud_on = True
104104
button_select = False
105105
weather_refresh = None
106-
106+
107107
if button_mode == 0:
108108
weather_type = 'Sunny'
109109
if button_mode == 1:

0 commit comments

Comments
 (0)