From 69efdb1d9cce999ef0393da32cf9f5d262a201ae Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 15 Jan 2012 07:44:28 +0300 Subject: [PATCH] fix: varname --- server.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server.py b/server.py index 5d48ee3..5c94f78 100755 --- a/server.py +++ b/server.py @@ -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': -- 1.7.1