Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- with open(output_file, 'w') as output_fd:
- for i, q, timestamp in transceiver:
- json_data = transformer(i, q, timestamp)
- print(json_data, file=output_fd)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement