remove blank line

pull/41/head
topquark12 2021-01-06 10:36:43 +08:00
parent 089f8a0dea
commit 6fe2f151ff
1 changed files with 0 additions and 1 deletions

View File

@ -245,7 +245,6 @@ 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 # Sometimes report_mode may yeild empty object
except KeyError: except KeyError:
continue continue