Browse Source

clean up

main
Peter Shipley 11 years ago
parent
commit
d1f622c292
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Tests/get_hist.py

+ 1
- 1
Tests/get_hist.py View File

@@ -50,7 +50,7 @@ print s

time.sleep(1)

sendstr = "<LocalCommand>\n<Name>get_history_data</Name>\n<MacId{0}</MacId>\n<StartTime>0x00000000</StartTime>\n</LocalCommand>\n".format(my_macid)
sendstr = "<LocalCommand>\n<Name>get_history_data</Name>\n<MacId<{0}</MacId>\n<StartTime>0x00000000</StartTime>\n</LocalCommand>\n".format(my_macid)

s.sendall(sendstr)
print


Loading…
Cancel
Save