tfix typo: stdout - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 03a88743a3fae6b16c7ba8c5b924f1575203ffec DIR parent 018e073dd3b91b9d5b6884d12e7cc6ec0c838806 HTML Author: ThomasV <thomasv@gitorious> Date: Wed, 11 Feb 2015 21:05:33 +0100 fix typo: stdout Diffstat: M lib/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/network.py b/lib/network.py t@@ -368,7 +368,7 @@ class Network(threading.Thread): out['result'] = f(*params) except BaseException as e: out['error'] = str(e) - traceback.print_exc(file=sys.stout) + traceback.print_exc(file=sys.stdout) print_error("network error", str(e)) self.response_queue.put(out)