Skip to content

Commit 29dedf4

Browse files
committed
updating environ call
1 parent dda086a commit 29dedf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Adafruit_LEDBackpack/email.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
from Adafruit_8x8 import ColorEightByEight
88

99
DEBUG = 1
10-
os.system("echo $ENAME")
11-
os.system("echo $EPASS")
10+
os.system("export ENAME")
11+
os.system("export EPASS")
1212
USERNAME = os.environ["ENAME"] # just the part before the @ sign, add yours here
1313
PASSWORD = os.environ["EPASS"]
1414

0 commit comments

Comments
 (0)