diff --git a/price.py b/price.py index ff6ea8d..7ddfe14 100644 --- a/price.py +++ b/price.py @@ -27,9 +27,9 @@ thumbxmrurl = 'https://api.bithumb.com/public/ticker/xmr' # measured natively in thumbbtcurl = 'https://api.bithumb.com/public/ticker/btc' # measured natively in KRW -@sopel.module.commands('bcc', 'bitcointrash') -def bcc(bot, trigger): - url = 'https://api.coinmarketcap.com/v1/ticker/?bcc' +@sopel.module.commands('bch', 'bitcointrash') +def bch(bot, trigger): + url = 'https://api.coinmarketcap.com/v1/ticker/?bch' try: r = requests.get(url) j = r.json() diff --git a/test.py b/test.py index 0cea6e4..3931364 100644 --- a/test.py +++ b/test.py @@ -1,7 +1,7 @@ import requests -url = 'https://api.coinmarketcap.com/v1/ticker/?bcc' +url = 'https://api.coinmarketcap.com/v1/ticker/?bch' r = requests.get(url) j = r.json()