gmyth-stream/server/0.3/lib/request_handler.py
branchtrunk
changeset 734 258959fbb3ec
parent 733 ef42065b5ee7
child 736 1bc4c47e4ad8
     1.1 --- a/gmyth-stream/server/0.3/lib/request_handler.py	Thu May 31 20:44:21 2007 +0100
     1.2 +++ b/gmyth-stream/server/0.3/lib/request_handler.py	Thu May 31 20:45:06 2007 +0100
     1.3 @@ -219,7 +219,7 @@
     1.4                  req_tid = self.query.get("tid")
     1.5                  for transcoder, request in tl:
     1.6                      if str(transcoder.tid) in req_tid:
     1.7 -                        self.wfile.write("%s:Status:%s %%" % (\
     1.8 +                        self.wfile.write("Status:%s:%s %%" % (\
     1.9                              transcoder.tid, transcoder.status))
    1.10                  return True
    1.11