diff --git a/boswatch.py b/boswatch.py index c319bce..6b644f5 100755 --- a/boswatch.py +++ b/boswatch.py @@ -383,7 +383,7 @@ try: logging.info("Testdata: %s", testData.rstrip(' \t\n\r')) from includes import decoder decoder.decode(freqConverter.freqToHz(args.freq), testData) - time.sleep(1) + #time.sleep(1) logging.debug("test finished") except KeyboardInterrupt: