Skip to content

Commit abad94d

Browse files
author
brentru
committed
pylint example
1 parent a85047b commit abad94d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/basics/darksky.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
# Set to your Adafruit IO username.
1111
# (go to https://accounts.adafruit.com to find your username)
12-
ADAFRUIT_IO_USERNAME = 'USER'
12+
ADAFRUIT_IO_USERNAME = 'adafruitiotester'
1313

1414
# Set to your Adafruit IO key.
1515
# Remember, your key is a secret,
1616
# so make sure not to publish it when you publish this code!
17-
ADAFRUIT_IO_KEY = 'PASSWORD'
17+
ADAFRUIT_IO_KEY = '1a6995af427747d7bd4a72c97af1d05a'
1818

1919

2020
# Create an instance of the REST client.

0 commit comments

Comments
 (0)