Merge pull request #163 from makermelissa/master
Fix error in fan service script
This commit is contained in:
commit
9f78e9b6a8
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import os
|
||||
|
||||
try:
|
||||
from adafruit_shell import Shell
|
||||
except ImportError:
|
||||
|
|
|
|||
Loading…
Reference in a new issue