We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a628294 commit 5c382a2Copy full SHA for 5c382a2
1 file changed
PyPortal_on_this_day/code.py
@@ -4,9 +4,8 @@
4
Data sources: https://github.com/adafruit/OTD/tree/master/electronics
5
"""
6
7
-import random
8
-import board
9
import time
+import board
10
from adafruit_pyportal import PyPortal
11
12
cwd = ("/"+__file__).rsplit('/', 1)[0] # the current working directory (where this file is)
@@ -61,4 +60,4 @@ def identity(x):
61
60
x=220, y=10)
62
63
# wait 10 minutes before running again
64
- time.sleep(10*60)
+ time.sleep(10*60)
0 commit comments