Simpler output
This commit is contained in:
parent
361c972b8b
commit
837a5fe8b4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import logging
|
||||||
counter = PeopleCounter(VL53L1XSensor())
|
counter = PeopleCounter(VL53L1XSensor())
|
||||||
peopleCount = 0
|
peopleCount = 0
|
||||||
|
|
||||||
logging.getLogger().setLevel(logging.DEBUG)
|
logging.getLogger().setLevel(logging.INFO)
|
||||||
|
|
||||||
|
|
||||||
def countChange(change: int) -> None:
|
def countChange(change: int) -> None:
|
||||||
|
|
Loading…
Reference in a new issue