[svn r736] * GMyth-Streamer trunk
authormorphbr
Thu May 31 19:56:52 2007 +0100 (2007-05-31)
branchtrunk
changeset 730f91c31df4992
parent 729 8ef808220720
child 731 88e33b3b7bd4
[svn r736] * GMyth-Streamer
- Silly bug fix
gmyth-stream/server/0.3/lib/request_handler.py
     1.1 --- a/gmyth-stream/server/0.3/lib/request_handler.py	Thu May 31 19:55:43 2007 +0100
     1.2 +++ b/gmyth-stream/server/0.3/lib/request_handler.py	Thu May 31 19:56:52 2007 +0100
     1.3 @@ -203,6 +203,7 @@
     1.4          stopone = ""
     1.5  
     1.6          if body:
     1.7 +            running = ""
     1.8              tl = self.server.get_transcoders()
     1.9              if not tl and not self.query.get("tid", None):
    1.10                  running = "<p>No running transcoder.</p>\n"