Small fix to stream alert

This commit is contained in:
Twentysix 2016-02-28 21:38:49 +01:00
parent c3bb4e18e9
commit 76f8543888

View File

@ -187,7 +187,7 @@ class Streams:
return None
except:
return "error"
return False
return "error"
async def stream_checker(self):
CHECK_DELAY = 60