update before pull
This commit is contained in:
parent
3fae43a364
commit
eb382edfb2
2
price.py
2
price.py
|
@ -783,7 +783,7 @@ def xmrtall(bot, trigger):
|
||||||
# Finally, price in BTC, and volume in XMR
|
# Finally, price in BTC, and volume in XMR
|
||||||
thumbBTCxmr = thumbXMRkrw/thumbBTCkrw
|
thumbBTCxmr = thumbXMRkrw/thumbBTCkrw
|
||||||
thumbXMRVol = float(xmrjson['data']['volume_1day'])
|
thumbXMRVol = float(xmrjson['data']['volume_1day'])
|
||||||
stringtosend = "Bithumb last: {0:.6f} BTC on {1:.2f} XMR volume | ".format(thumbBTCxmr,thumbXMRVol)
|
stringtosend += "Bithumb last: {0:.6f} BTC on {1:.2f} XMR volume | ".format(thumbBTCxmr,thumbXMRVol)
|
||||||
except:
|
except:
|
||||||
bot.say("Error - bithumb korea is worst korea.")
|
bot.say("Error - bithumb korea is worst korea.")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue