modifié: m/fichier/conf

modifié:         superTornado.py
This commit is contained in:
sidya82 2014-03-03 13:53:21 +01:00
parent d43abefe34
commit baeec52526
2 changed files with 7 additions and 6 deletions

View File

@ -1,4 +1,4 @@
blind=1
camera=192.168.1.13
portCamera=80
portServ=80

View File

@ -183,6 +183,7 @@ if __name__ == "__main__":
try :
log.printL("->Server Start ...",20)
tornado.options.parse_command_line()
http_server = tornado.httpserver.HTTPServer(application)
http_server.listen(portServ)
log.printL("->Server Start Successfully !",25)