diff -r c764b0a92282 -r 1be4b68bfb0e gmyth-stream/server/0.3/lib/request_handler.py --- a/gmyth-stream/server/0.3/lib/request_handler.py Tue Jun 05 17:19:29 2007 +0100 +++ b/gmyth-stream/server/0.3/lib/request_handler.py Sat Jun 30 00:25:48 2007 +0100 @@ -69,7 +69,7 @@ try: url[self.path](body) - except KeyError, e: + except KeyError: try: action = self.query.get("action", None) if action and "stream.do" in action: @@ -345,6 +345,7 @@ if test_tid == 0 or test_tid not in self.tid_queue: test_tid = self._get_new_id(self.server.last_tid) + if self.query.get("transcoder", None): self.transcoders_log.insert(test_tid, "gms.%s" % obj.name) obj.tid = test_tid