We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85047b commit abad94dCopy full SHA for abad94d
examples/basics/darksky.py
@@ -9,12 +9,12 @@
9
10
# Set to your Adafruit IO username.
11
# (go to https://accounts.adafruit.com to find your username)
12
-ADAFRUIT_IO_USERNAME = 'USER'
+ADAFRUIT_IO_USERNAME = 'adafruitiotester'
13
14
# Set to your Adafruit IO key.
15
# Remember, your key is a secret,
16
# so make sure not to publish it when you publish this code!
17
-ADAFRUIT_IO_KEY = 'PASSWORD'
+ADAFRUIT_IO_KEY = '1a6995af427747d7bd4a72c97af1d05a'
18
19
20
# Create an instance of the REST client.
0 commit comments