Debug for deploy

This commit is contained in:
dave 2014-08-26 13:58:33 -07:00
parent 926e60b872
commit 3021fb2e5d
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 -2
return self.threads[id].status