5 lines
90 B
Python
5 lines
90 B
Python
|
secrets = {
|
||
|
'ssid': 'wifiname',
|
||
|
'pw': 'wifipassword',
|
||
|
'api': 'test',
|
||
|
}
|