X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02-2.git/blobdiff_plain/1520d388a32f46d0a9a03f9c0d5875fce52ee4b9..7c3404f8cace2ebe8600e75d53f4b53c32c7002c:/examples/particulates.py?ds=inline diff --git a/examples/particulates.py b/examples/particulates.py index 9aa9c37..c1b3c67 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: