More debugging

This commit is contained in:
dave 2014-08-26 14:05:51 -07:00
parent 01368eaa0b
commit b5dbaf6d25
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class recordTick(Thread):
def streamStatus(self, id):
if not id in self.threads:
return -1
return -3
return self.threads[id].status