Adafruit_Learning_System_Gu.../PyPortal_UV_Index/secrets.py
2019-08-12 22:43:33 -04:00

8 lines
240 B
Python

# This file is where you keep secret settings, passwords, and tokens!
# If you put them in the code you risk committing that info or sharing it
secrets = {
'ssid' : 'CHANGE ME',
'password' : 'CHANGE ME',
'zip' : 'CHANGE ME',
}