metriful / sensor

Sensor by Metriful | Indoor environment monitoring | Documentation and code samples
https://www.sensor.metriful.com
MIT License
110 stars 37 forks source link

Semicolon not necessary #15

Closed Tegomena closed 3 years ago

Tegomena commented 3 years ago

In file "sensor/Python/Raspberry_Pi/simple_read_sound.py", line 25:

sleep(1.5);

Its Python, so the semicolon is not necessary :-)

metriful commented 3 years ago

OK, thanks! We'll fix that on the next release.