author | morphbr |
Thu May 31 20:44:21 2007 +0100 (2007-05-31) | |
branch | trunk |
changeset 733 | ef42065b5ee7 |
parent 732 | c172f3576790 |
child 734 | 258959fbb3ec |
1.1 --- a/gmyth-stream/server/0.3/lib/request_handler.py Thu May 31 20:27:11 2007 +0100 1.2 +++ b/gmyth-stream/server/0.3/lib/request_handler.py Thu May 31 20:44:21 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("%s:Status:%s %%" % (\ 1.9 transcoder.tid, transcoder.status)) 1.10 return True 1.11