pytec: comment updated to indicate workaround

This commit is contained in:
topquark12 2021-01-06 11:00:28 +08:00
parent 6fe2f151ff
commit 3b6ce68a62
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ def main():
for data in tec.report_mode(): for data in tec.report_mode():
try: try:
ch = data[channel] ch = data[channel]
# Sometimes report_mode may yeild empty object # Workaround for report_mode may yeild empty object
except KeyError: except KeyError:
continue continue