From: chrishoder Date: Thu, 21 Feb 2013 23:55:24 +0000 (+0000) Subject: debugged a few errors X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=4bb0cadcfeffe8a2c60bf91d30db62d5d0c0807d;ds=sidebyside debugged a few errors git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1521 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- 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])