Skip to content

Commit 403d536

Browse files
committed
Update code.py
1 parent 17ae306 commit 403d536

File tree

1 file changed

+1
-1
lines changed
  • Elgato_WiFi_Light_Controller

1 file changed

+1
-1
lines changed

Elgato_WiFi_Light_Controller/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# connect to your SSID
3737
try:
3838
wifi.radio.connect(os.getenv('CIRCUITPY_WIFI_SSID'), os.getenv('CIRCUITPY_WIFI_PASSWORD'))
39-
# pylint: disable = broad-exception-caught
39+
# pylint: disable = broad-except
4040
except Exception:
4141
wifi.radio.connect(os.getenv('WIFI_SSID'), os.getenv('WIFI_PASSWORD'))
4242
print("Connected to WiFi")

0 commit comments

Comments
 (0)