modifié: index.html

renommé:         styles.css -> style/styles.css
	modifié:         superTornado.py
This commit is contained in:
sidya82
2014-03-01 21:16:01 +01:00
parent e53839392d
commit 049814cbd5
3 changed files with 5 additions and 5 deletions

View File

@@ -7,11 +7,9 @@ import time
import base64
import socket
from urllib import urlopen
from tornado.ioloop import PeriodicCallback
from session import *
from loadConf import *
from login import *
@@ -146,6 +144,7 @@ application = tornado.web.Application([
(r"/unauthorized", UnauthorizedHandler),
(r"/disconnection", DisconnectionHandler),
(r"/socket", WSocketHandler),],
static_path=os.path.join(root, 'style')
cookie_secret="1213215656")
if __name__ == "__main__":