Commit d4cd0a20 authored by Dominik Rosiek's avatar Dominik Rosiek

fix

parent a79befc4
......@@ -29,7 +29,7 @@ class MainHandler(tornado.web.RequestHandler):
def make_app():
return tornado.web.Application([
(r"/view", MainHandler),
(r'/()', tornado.web.StaticFileHandler, {'path': 'index.html'})
(r'/()', tornado.web.StaticFileHandler, {'path': '/home/smok/smogonet/index.html'})
])
if __name__ == "__main__":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment