From c2b939f863b516ecd6378b1be3fe4ce81f86cc94 Mon Sep 17 00:00:00 2001 From: shillogatu Date: Sun, 17 Sep 2017 10:36:31 -0600 Subject: [PATCH] whoops --- network.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network.py b/network.py index d55be21..ee735fb 100644 --- a/network.py +++ b/network.py @@ -16,8 +16,8 @@ def fork(bot, trigger): forkheight=1400000 if forkheight > height: bot.say("The current block height is {0:,}. Fork height is {1:,}. {2:,} blocks to go, happening in approximately {3:.2f} hours.".format(height,forkheight,forkheight-height,(forkheight-height)/30.0)) - else: - bot.say("I don't know when the next fork is.") + else: + bot.say("I don't know when the next fork is.") except: bot.say("Something borked -_-")