update before pull

This commit is contained in:
root 2019-08-14 23:41:04 +00:00
parent 3fae43a364
commit eb382edfb2
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,7 @@ def xmrtall(bot, trigger):
# Finally, price in BTC, and volume in XMR
thumbBTCxmr = thumbXMRkrw/thumbBTCkrw
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:
bot.say("Error - bithumb korea is worst korea.")