Skip to content

Commit ad446c9

Browse files
committed
changing env
1 parent 29dedf4 commit ad446c9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Adafruit_LEDBackpack/email.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
import os
33

4-
import RPi.GPIO as GPIO, feedparser, time
4+
import time
55

66
import datetime
77
from Adafruit_8x8 import ColorEightByEight

Adafruit_LEDBackpack/test.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env python
2+
import os
3+
os.system("export ENAME")
4+
os.system("export EPASS")
5+
USERNAME = os.environ["ENAME"] # just the part before the @ sign, add yours here
6+
PASSWORD = os.environ["EPASS"]
7+
8+
print USERNAME
9+
print PASSWORD

0 commit comments

Comments
 (0)