diff --git a/stream.py b/stream.py index d76a418..2f88b03 100755 --- a/stream.py +++ b/stream.py @@ -287,7 +287,7 @@ async def rewrite(current, proxy): ndata += line else: ndata += links.pop(0) - ndata += "\n" + ndata += "\n" return ndata class MainHandler(tornado.web.RequestHandler): async def handle_any(self, redir):