removed break

This commit is contained in:
Robert Martin
2020-04-15 19:27:37 +09:00
parent 171c7236da
commit ac28b4e39e
-4
View File
@@ -54,10 +54,6 @@ if __name__ == '__main__':
output_reports.append((time - start_time, report)) output_reports.append((time - start_time, report))
else: else:
raise ValueError(f'Unexpected data.') 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: except EOFError:
pass pass