X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2Fexperiments.py;h=7de389fd9eca1cb2c0e60c3674912011d65ebbef;hp=cfe8f1b81d6b59da84601581e2739e0d50a0720a;hb=4bb0cadcfeffe8a2c60bf91d30db62d5d0c0807d;hpb=5c0f1afebd37290c1379cbb40a57718bd4b2e2b5 diff --git a/client/experiments.py b/client/experiments.py index cfe8f1b..7de389f 100644 --- a/client/experiments.py +++ b/client/experiments.py @@ -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 - 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])