X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02-2.git/blobdiff_plain/20442c9a53edb05b925faa07eb8360bd46442978..744cecb38459b605949321bf74aa47a95d19c4a7:/examples/particulates.py diff --git a/examples/particulates.py b/examples/particulates.py index 28bb88e..04a4950 100755 --- a/examples/particulates.py +++ b/examples/particulates.py @@ -23,7 +23,6 @@ try: try: readings = pms5003.read() logging.info(readings) - time.sleep(1.0) except ReadTimeoutError: pms5003 = PMS5003() except KeyboardInterrupt: