gmyth-stream/server/0.3/lib/request_handler.py
branchtrunk
changeset 762 1be4b68bfb0e
parent 745 c764b0a92282
child 763 4ac83e3152c0
     1.1 --- a/gmyth-stream/server/0.3/lib/request_handler.py	Tue Jun 05 17:19:29 2007 +0100
     1.2 +++ b/gmyth-stream/server/0.3/lib/request_handler.py	Sat Jun 30 00:25:48 2007 +0100
     1.3 @@ -69,7 +69,7 @@
     1.4  
     1.5          try:
     1.6              url[self.path](body)
     1.7 -        except KeyError, e:
     1.8 +        except KeyError:
     1.9              try:
    1.10                  action = self.query.get("action", None)
    1.11                  if action and "stream.do" in action:
    1.12 @@ -345,6 +345,7 @@
    1.13              if test_tid == 0 or test_tid not in self.tid_queue:
    1.14                  test_tid = self._get_new_id(self.server.last_tid)
    1.15  
    1.16 +
    1.17              if self.query.get("transcoder", None):
    1.18                  self.transcoders_log.insert(test_tid, "gms.%s" % obj.name)
    1.19                  obj.tid = test_tid