Skip to content

Commit

Permalink
Correct Another DOS line ending
Browse files Browse the repository at this point in the history
  • Loading branch information
VPTechOps committed Mar 18, 2024
1 parent 08005aa commit bf5559c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/camera/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
print(f"Connecting to {os.getenv('CIRCUITPY_WIFI_SSID')}")
wifi.radio.connect(
os.getenv("CIRCUITPY_WIFI_SSID"), os.getenv("CIRCUITPY_WIFI_PASSWORD")
)
)
if wifi.radio.connected:
print(f"Connected to {os.getenv('CIRCUITPY_WIFI_SSID')}!")
print("My IP address is", wifi.radio.ipv4_address)
Expand Down

0 comments on commit bf5559c

Please sign in to comment.