diff --git a/scripts/parse_capture.py b/scripts/parse_capture.py index 2b47613..1f5d337 100644 --- a/scripts/parse_capture.py +++ b/scripts/parse_capture.py @@ -54,10 +54,6 @@ if __name__ == '__main__': output_reports.append((time - start_time, report)) else: raise ValueError(f'Unexpected data.') - - # only interested in pairing - if isinstance(report, OutputReport) and report.get_sub_command() == SubCommand.SET_PLAYER_LIGHTS: - break except EOFError: pass