1
0
Fork 0

update to latest baconscript

This commit is contained in:
Kevin Matz 2021-01-28 08:28:50 -05:00
parent 6d01679f05
commit 0e50fc8bef
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit b8aec65ee7181f78ba536a30aa19b3ffd7ad1aff
Subproject commit 8056c0098a35e4d5a8bb7cc806c5d3c95412f345

View File

@ -15,7 +15,7 @@ __email__ = "kevin@company235.com"
__status__ = "Prototype"
import configparser
from baconscript.comment import comment
from bacon.script import comment
from gpiozero import Button, GPIODeviceError
from signal import pause