diff options
| author | Donald Delmar Davis <don@suspectdevices.com> | 2013-05-27 09:24:49 -0700 |
|---|---|---|
| committer | Donald Delmar Davis <don@suspectdevices.com> | 2013-05-27 09:24:49 -0700 |
| commit | dc504335161da18e06b6baf43ca086de88b44b06 (patch) | |
| tree | fd09147762ef830e664739145e03e45a1c6ad70d | |
| parent | 522c47fbbb9d2d3d39e9a8a76fa59a45630b3e4e (diff) | |
Add Modified BSD Liscense
| -rw-r--r-- | RetoolingForOpenSprints/raceinabox/bikewedge.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RetoolingForOpenSprints/raceinabox/bikewedge.py b/RetoolingForOpenSprints/raceinabox/bikewedge.py index f47a854..074f438 100644 --- a/RetoolingForOpenSprints/raceinabox/bikewedge.py +++ b/RetoolingForOpenSprints/raceinabox/bikewedge.py @@ -55,6 +55,9 @@ try: if len(chunk)>0 and chunk[0] == 's': print "(RE)SET RACE !!!" csocket.sendall("s\n"); + if len(chunk)>0 and chunk[0] == 'g': + print "GO!!!!!!!!!!" + csocket.sendall("g\n"); if len(receivedData)==0: print "ISSUE WITH CLIENT" |
