Skip to content

Commit bf5559c

Browse files
committed
Correct Another DOS line ending
1 parent 08005aa commit bf5559c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/camera/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
print(f"Connecting to {os.getenv('CIRCUITPY_WIFI_SSID')}")
3030
wifi.radio.connect(
3131
os.getenv("CIRCUITPY_WIFI_SSID"), os.getenv("CIRCUITPY_WIFI_PASSWORD")
32-
)
32+
)
3333
if wifi.radio.connected:
3434
print(f"Connected to {os.getenv('CIRCUITPY_WIFI_SSID')}!")
3535
print("My IP address is", wifi.radio.ipv4_address)

0 commit comments

Comments
 (0)