Skip to content

Commit 8401685

Browse files
committed
Add template secrets file
1 parent e9ebf84 commit 8401685

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

PyPortal_UV_Index/secrets.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file is where you keep secret settings, passwords, and tokens!
2+
# If you put them in the code you risk committing that info or sharing it
3+
4+
secrets = {
5+
'ssid' : 'CHANGE ME',
6+
'password' : 'CHANGE ME',
7+
'zip' : 'CHANGE ME',
8+
}

0 commit comments

Comments
 (0)