Line 49 of wake.py - remove the extra space post # and remove ">"
Closed this issue · 0 comments
fpgirard commented
Describe the bug
A clear and concise description of what the bug is.
Line 49 of wake.py is:
# aq.update(stub.measure())> # when you only want the MCU and no sensors.
Should be:
#aq.update(stub.measure()) # when you only want the MCU and no sensors.