More debug print

This commit is contained in:
dave 2014-08-26 14:16:11 -07:00
parent 4da86853a8
commit 2058d6dc0e
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class recordTick(Thread):
if not stream["id"] in self.threads:
# Create the recording thread
self.threads[stream["id"]] = recordThread(stream["url"], stream["directory"])
print("My threads: %s" % self.threads)
def endStream(self, id):
if id in self.threads: