diff --git a/m/fichier/conf b/m/fichier/conf index 3aca630..9b3fd78 100644 --- a/m/fichier/conf +++ b/m/fichier/conf @@ -1,4 +1,4 @@ -blind=1 + camera=192.168.1.13 portServ=80 diff --git a/superTornado.py b/superTornado.py index 82f706d..7aef78a 100644 --- a/superTornado.py +++ b/superTornado.py @@ -168,14 +168,13 @@ if __name__ == "__main__": print " ->Blind unhabitant" else : print " ->Not blind unhabitant" - print " ->Ip camera : " + ipCamera - print " ->Port Server : " + portServ + tornado.options.parse_command_line() try : print("->Server Start ...") http_server = tornado.httpserver.HTTPServer(application) - http_server.listen(port) + http_server.listen(80) print "->Server Start Successfully !" tornado.ioloop.IOLoop.instance().start() except Exception, e :