X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02-2.git/blobdiff_plain/20442c9a53edb05b925faa07eb8360bd46442978..230698ad4272177850319668510c217fb8e699ab:/examples/particulates.py?ds=inline 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: