We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b776cf commit f9451c2Copy full SHA for f9451c2
IoT_Environment_Sensor/secrets.py
@@ -2,9 +2,9 @@
2
# If you put them in the code you risk committing that info or sharing it
3
4
secrets = {
5
- 'ssid' : b'Shibari',
6
- 'password' : b'$k7cGE$7=jY67kg#',
7
- 'timezone' : 'America/Toronto',
8
- 'aio_username' : 'dastels',
9
- 'aio_key' : '796252b4b3484ed3b00665fab73de47c7fb8ea9e',
+ "ssid": b"My_SSID",
+ "password": b"My_WIFI_Password",
+ "timezone": "Area/City",
+ "aio_username": "my_username",
+ "aio_key": "my_key",
10
}
0 commit comments