From 718bcf8500f0725f7be44a96e8813f45a0e28eac Mon Sep 17 00:00:00 2001 From: root Date: Thu, 14 Sep 2017 02:43:48 +0000 Subject: [PATCH] Update before pull --- price.py | 2 +- trifling.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/price.py b/price.py index f3d1fe9..c790ede 100644 --- a/price.py +++ b/price.py @@ -535,7 +535,7 @@ def xmrtall(bot, trigger): thumbXMRVol = float(xmrjson['data']['volume_1day']) stringtosend = "Bithumb last: {0:.6f} BTC on {1:.2f} XMR volume |".format(thumbBTCxmr,thumbXMRVol) except: - pass + bot.say("Error - bithumb korea is worst korea.") # Polo try: diff --git a/trifling.py b/trifling.py index e0fe3ea..f7c9697 100644 --- a/trifling.py +++ b/trifling.py @@ -174,7 +174,7 @@ def hotline(bot, trigger): bot.say(u'☎ Call 1-800-273-8255 to reach the National Suicide Prevention Lifeline ☎' .encode('utf8')) @sopel.module.commands('news') -def pony(bot, trigger): +def news(bot, trigger): bot.say("https://www.youtube.com/watch?v=Gr_WtFW0a8Y") @sopel.module.commands('invest')