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 | 60bb54649d64208facc2d22478413e3fd1a7227f (patch) | |
| tree | 84aeeb41a32888759e60d0a076056505555aa12f /btc/mtgox/json_ticker_helper.py | |
| parent | 652928133042a8bd50decc3d8debf6d7b5e1924b (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"]) |
