Commit a5ce4549 authored by Antek Grzanka's avatar Antek Grzanka

Lol nope

parent a325e900
...@@ -69,8 +69,8 @@ class MainHandler(tornado.web.RequestHandler): ...@@ -69,8 +69,8 @@ class MainHandler(tornado.web.RequestHandler):
def make_app(): def make_app():
return tornado.web.Application([ return tornado.web.Application([
(r"/view", MainHandler), (r"/view", MainHandler),
#(r'/()', tornado.web.StaticFileHandler, {'path': '/home/smok/smogonet/index.html'}) (r'/()', tornado.web.StaticFileHandler, {'path': '/home/smok/smogonet/index.html'})
(r'/()', tornado.web.StaticFileHandler, {'path': 'index.html'}) #(r'/()', tornado.web.StaticFileHandler, {'path': 'index.html'})
# Odkomentuj linijke z index.html a zakomentuj te z home/smok jesli chcesz zeby dzialalo lokalnie :) # Odkomentuj linijke z index.html a zakomentuj te z home/smok jesli chcesz zeby dzialalo lokalnie :)
# Ale nie commituj tej zmiany nigdy! # Ale nie commituj tej zmiany nigdy!
......
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