mirror of
https://github.com/marenz2569/ut803-plot
synced 2025-06-28 15:46:06 +02:00
fixed bug
This commit is contained in:
parent
b64dd7ec2f
commit
064acbf77b
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ def main():
|
|||
logging.info('Writing to file "{}"'.format(file_name))
|
||||
header = "timestamp;{}\n".format(";".join(CSV_FIELDS))
|
||||
output_file.write(header)
|
||||
elif args.mode == 'chch':
|
||||
elif args.mode == 'plot':
|
||||
if args.file:
|
||||
file_name = args.file
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue