summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2015-08-24 06:31:40 -0500
committerDavid McMackins II <contact@mcmackins.org>2015-08-24 06:31:40 -0500
commit0e92f3000c5993b57c7b93e89f25b04a7dd89497 (patch)
tree7d443c96660fd969d539f78ab7f12df215c86851
parent67b2d8a1d4686c149e1530018046266cd39c2199 (diff)
Change BTC-E plugin name to match original API name in coinfetch
-rw-r--r--plugins/btc-e.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/btc-e.py b/plugins/btc-e.py
index ae7ef5e..fc9b141 100644
--- a/plugins/btc-e.py
+++ b/plugins/btc-e.py
@@ -17,5 +17,5 @@
from coinfetch import register_ticker, Ticker
-register_ticker('btc-e', 'The BTC-E ticker',
+register_ticker('btce', 'The BTC-E ticker',
Ticker('https://btc-e.com/api/3/ticker/'))