price: s/bcc/bch/g
This commit is contained in:
parent
bc75268a76
commit
3dfbf7f379
6
price.py
6
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
|
thumbbtcurl = 'https://api.bithumb.com/public/ticker/btc' # measured natively in KRW
|
||||||
|
|
||||||
|
|
||||||
@sopel.module.commands('bcc', 'bitcointrash')
|
@sopel.module.commands('bch', 'bitcointrash')
|
||||||
def bcc(bot, trigger):
|
def bch(bot, trigger):
|
||||||
url = 'https://api.coinmarketcap.com/v1/ticker/?bcc'
|
url = 'https://api.coinmarketcap.com/v1/ticker/?bch'
|
||||||
try:
|
try:
|
||||||
r = requests.get(url)
|
r = requests.get(url)
|
||||||
j = r.json()
|
j = r.json()
|
||||||
|
|
Loading…
Reference in New Issue