Skip to content

Instantly share code, notes, and snippets.

@kelliott121
Created May 25, 2017 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kelliott121/28c3089948f62116e7ba473f81924419 to your computer and use it in GitHub Desktop.
Save kelliott121/28c3089948f62116e7ba473f81924419 to your computer and use it in GitHub Desktop.
if packet[0] == 'K':
#...
elif packet[0] == 'A':
#...
elif packet[0] == 'B':
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment