We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9ebf84 commit 8401685Copy full SHA for 8401685
1 file changed
PyPortal_UV_Index/secrets.py
@@ -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