We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda086a commit 29dedf4Copy full SHA for 29dedf4
Adafruit_LEDBackpack/email.py
@@ -7,8 +7,8 @@
7
from Adafruit_8x8 import ColorEightByEight
8
9
DEBUG = 1
10
-os.system("echo $ENAME")
11
-os.system("echo $EPASS")
+os.system("export ENAME")
+os.system("export EPASS")
12
USERNAME = os.environ["ENAME"] # just the part before the @ sign, add yours here
13
PASSWORD = os.environ["EPASS"]
14
0 commit comments