Skip to content

Commit f9451c2

Browse files
committed
Generify
1 parent 5b776cf commit f9451c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

IoT_Environment_Sensor/secrets.py

+5-5
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)