Skip to content

Commit 402f808

Browse files
committed
Removing unneeded AIO keys from example
1 parent 0274f09 commit 402f808

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/pyportal_internet_json_fetching.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@
1616
from digitalio import DigitalInOut
1717

1818
# Get wifi details and more from a settings.toml file
19-
# tokens used by this Demo: CIRCUITPY_WIFI_SSID, CIRCUITPY_WIFI_PASSWORD,
20-
# ADAFRUIT_AIO_USERNAME, ADAFRUIT_AIO_KEY
19+
# tokens used by this Demo: CIRCUITPY_WIFI_SSID, CIRCUITPY_WIFI_PASSWORD
2120
ssid = getenv("CIRCUITPY_WIFI_SSID")
2221
password = getenv("CIRCUITPY_WIFI_PASSWORD")
23-
aio_username = getenv("ADAFRUIT_AIO_USERNAME")
24-
aio_key = getenv("ADAFRUIT_AIO_KEY")
2522

2623
print("ESP32 SPI webclient test")
2724

0 commit comments

Comments
 (0)