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 29dedf4 commit ad446c9Copy full SHA for ad446c9
Adafruit_LEDBackpack/email.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
2
import os
3
4
-import RPi.GPIO as GPIO, feedparser, time
+import time
5
6
import datetime
7
from Adafruit_8x8 import ColorEightByEight
Adafruit_LEDBackpack/test.py
@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+import os
+os.system("export ENAME")
+os.system("export EPASS")
+USERNAME = os.environ["ENAME"] # just the part before the @ sign, add yours here
+PASSWORD = os.environ["EPASS"]
+
8
+print USERNAME
9
+print PASSWORD
0 commit comments