Skip to content

Commit b59f50e

Browse files
authored
Merge pull request #1409 from dastels/master
Generify secrets.py
2 parents b8916c2 + 9c59432 commit b59f50e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

IoT_Environment_Sensor/secrets.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# If you put them in the code you risk committing that info or sharing it
33

44
secrets = {
5-
'ssid' : b'Shibari',
6-
'password' : b'$k7cGE$7=jY67kg#',
7-
'timezone' : 'America/Toronto',
8-
'aio_username' : 'dastels',
9-
'aio_key' : '796252b4b3484ed3b00665fab73de47c7fb8ea9e',
5+
"ssid": b"My_SSID",
6+
"password": b"My_WIFI_Password",
7+
"timezone": "Area/City",
8+
"aio_username": "my_username",
9+
"aio_key": "my_key",
1010
}

0 commit comments

Comments
 (0)