From 9207c371d723611b1e7756be2198e316cfa170ab Mon Sep 17 00:00:00 2001 From: Jacob Henry Date: Tue, 29 Nov 2016 23:03:06 +0000 Subject: [PATCH] 666 fix --- TrueScrollUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TrueScrollUtil.py b/TrueScrollUtil.py index adb4150..c5b1ee9 100644 --- a/TrueScrollUtil.py +++ b/TrueScrollUtil.py @@ -28,7 +28,7 @@ def handleTrueScrollMsg(slack, msg): #Offset truescroll in opposite direction if int(num) > 666: - trueScroll -= 1 + trueScroll = str(int(trueScroll) - 1) #Memes