Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #25 from foglamp/FOGL-3187_1.7.0RC
Browse files Browse the repository at this point in the history
1.7.0rc (cherry-picked from FOGL-3187)
  • Loading branch information
praveen-garg authored Aug 22, 2019
2 parents 8d3a65e + c2443df commit 8f8f275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/foglamp/plugins/south/game/game.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
_LOGGER = logger.setup(__name__, level=logging.INFO)

try:
from envirophat import light, weather, motion # unused: analog
from envirophat import light, weather, motion, leds # unused: analog
except FileNotFoundError:
_LOGGER.error("Ensure i2c is enabled on the Pi and other dependencies are installed correctly!")

Expand Down

0 comments on commit 8f8f275

Please sign in to comment.