fix: varname

This commit is contained in:
ThomasV 2012-01-15 07:44:28 +03:00
parent f77c922cfc
commit fb43d8526b

View file

@ -552,7 +552,7 @@ def do_command(cmd, data, ipaddr):
out = cmd_load(data)
elif cmd =='tx':
r = send_tx(data)
out = send_tx(data)
print "sent tx:", out
elif cmd == 'stop':