From eb382edfb2d429670d484affd91822b5ec58d839 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 14 Aug 2019 23:41:04 +0000 Subject: [PATCH] update before pull --- price.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/price.py b/price.py index fa4ecf9..cdf28eb 100644 --- a/price.py +++ b/price.py @@ -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.")