@ -20,6 +20,9 @@ class MainHandler(tornado.web.RequestHandler):
endpoint=stream.url
exceptExceptionase:
self.write(str(e))
else:
ifendpointisNone:
self.write("stream not found")
else:
self.redirect(endpoint,status=303)
try:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.