import tornado.gen import tornado.web from common.web import requestsManager class handler(requestsManager.asyncRequestHandler): @tornado.web.asynchronous @tornado.gen.engine def asyncGet(self): print("404: {}".format(self.request.uri)) self.write("""

Howdy, you're still connected to Akatsuki!

You can't access osu!'s website if the Server Switcher is On.
Please open the Server Switcher and click On/Off to switch server, then refresh this page.

If you still can't access osu! website even if the switcher is Off, clean your browser cache.

""")