Guest User

Untitled

a guest
Nov 17th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. print json.dumps(get_sniffer_data(), sort_keys=True, indent=4, separators=(',', ': '))
  2.  
  3. data = json.loads(send_command('print_all').decode('utf-8', 'ignore').encode('utf-8'))
  4.  
  5. raise SerialException('write failed: {}'.format(v))
  6.  
  7. print json.dumps(get_sniffer_data(), sort_keys=True, indent=4, separators=(',', ': '))
  8.  
  9. ^
Add Comment
Please, Sign In to add comment