debugged a few errors
authorchrishoder <chrishoder@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Thu, 21 Feb 2013 23:55:24 +0000 (23:55 +0000)
committerchrishoder <chrishoder@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Thu, 21 Feb 2013 23:55:24 +0000 (23:55 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1521 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/experiments.py

index cfe8f1b..7de389f 100644 (file)
@@ -310,7 +310,7 @@ class experiments(GoodFETMCPCANCommunication):
                 packet[i+5] = value
             print packet
             #put a rough time stamp on the data and get all the data bytes    
                 packet[i+5] = value
             print packet
             #put a rough time stamp on the data and get all the data bytes    
-            row = [time.tT(), id_new,8] # could make this 8 a variable 
+            row = [tT.time(), id_new,8] # could make this 8 a variable 
             msg = "Injecting: "
             for i in range(5,13):
                 row.append(packet[i])
             msg = "Injecting: "
             for i in range(5,13):
                 row.append(packet[i])