From 7ed00575c35d1adca013584b01ecce15afdd86c4 Mon Sep 17 00:00:00 2001 From: Peter Shipley Date: Tue, 4 Mar 2014 17:56:06 -0800 Subject: [PATCH] clean up --- Tests/get_hist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/get_hist.py b/Tests/get_hist.py index c51ab96..a664293 100755 --- a/Tests/get_hist.py +++ b/Tests/get_hist.py @@ -50,7 +50,7 @@ print s time.sleep(1) -sendstr = "\nget_history_data\n\n0x00000000\n\n".format(my_macid) +sendstr = "\nget_history_data\n{0}\n0x00000000\n\n".format(my_macid) s.sendall(sendstr) print