diff options
author | tv <tv@xso> | 2011-08-24 16:45:00 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-08-24 16:45:00 +0200 |
commit | c37ab9c4accc58919e87ad4eee1ef19f49eed873 (patch) | |
tree | e640c348718e2a72770ce47d03e4549b6fbce80f /btc/mtgox/json_ticker_helper.py | |
parent | e7a148349ef3e1e4e1607fd29148bec51dc4ed82 (diff) |
{btc -> gold} SC & co., we're ready
Diffstat (limited to 'btc/mtgox/json_ticker_helper.py')
-rwxr-xr-x | btc/mtgox/json_ticker_helper.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/btc/mtgox/json_ticker_helper.py b/btc/mtgox/json_ticker_helper.py deleted file mode 100755 index 727dd594..00000000 --- a/btc/mtgox/json_ticker_helper.py +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/python - -import json,sys - -result = json.load(sys.stdin) - -print "High: " + str(result["ticker"]["high"]) + " Low: " + str(result["ticker"]["low"]) + " Last: " + str(result["ticker"]["last"]) |