From 76f8543888480d5c6813e0d0efce9a34d8f34c9f Mon Sep 17 00:00:00 2001 From: Twentysix Date: Sun, 28 Feb 2016 21:38:49 +0100 Subject: [PATCH] Small fix to stream alert --- cogs/streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/streams.py b/cogs/streams.py index 825f77526..787462850 100644 --- a/cogs/streams.py +++ b/cogs/streams.py @@ -187,7 +187,7 @@ class Streams: return None except: return "error" - return False + return "error" async def stream_checker(self): CHECK_DELAY = 60