summaryrefslogtreecommitdiffstats
path: root/btc/mtgox/json_ticker_helper.py
diff options
context:
space:
mode:
authortv <tv@xso>2011-08-24 16:45:00 +0200
committertv <tv@xso>2011-08-24 16:45:00 +0200
commit60bb54649d64208facc2d22478413e3fd1a7227f (patch)
tree84aeeb41a32888759e60d0a076056505555aa12f /btc/mtgox/json_ticker_helper.py
parent652928133042a8bd50decc3d8debf6d7b5e1924b (diff)
{btc -> gold} SC & co., we're ready
Diffstat (limited to 'btc/mtgox/json_ticker_helper.py')
-rwxr-xr-xbtc/mtgox/json_ticker_helper.py7
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"])