From d811541ea3a64c8a2d4b2c3d96c97933ddb10aeb Mon Sep 17 00:00:00 2001 From: Brent Rubell Date: Mon, 11 Dec 2023 09:51:23 -0500 Subject: [PATCH] address forum feedback --- .../adafruit_io_cpu_temp_neopixel_color/code.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CircuitPython_Templates/adafruit_io_cpu_temp_neopixel_color/code.py b/CircuitPython_Templates/adafruit_io_cpu_temp_neopixel_color/code.py index 982ff6c13..d1af3242d 100644 --- a/CircuitPython_Templates/adafruit_io_cpu_temp_neopixel_color/code.py +++ b/CircuitPython_Templates/adafruit_io_cpu_temp_neopixel_color/code.py @@ -21,8 +21,8 @@ except ImportError: # Add your Adafruit IO Username and Key to secrets.py # (visit io.adafruit.com if you need to create an account, # or if you need to obtain your Adafruit IO key.) -aio_username = secrets["aio_username"] -aio_key = secrets["aio_key"] +aio_username = secrets["ADAFRUIT_IO_USERNAME"] +aio_key = secrets["ADAFRUIT_IO_KEY"] # WiFi try: