Skip to content

Commit 89f665b

Browse files
committed
Pylint fix
1 parent 473d92e commit 89f665b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyPortal_Smart_Switch/secrets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'ssid' : 'CHANGE ME',
66
'password' : 'CHANGE ME',
77
# leave blank or use timezone from # http://worldtimeapi.org/timezones
8-
'timezone' : '',
8+
'timezone' : '',
99
'aio_username' : 'CHANGE ME',
1010
'aio_key' : 'CHANGE ME',
1111
}

0 commit comments

Comments
 (0)