more debugging

This commit is contained in:
dave 2014-08-26 14:03:07 -07:00
parent 3021fb2e5d
commit 01368eaa0b
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 -2
return -1
return self.threads[id].status