From a89b3ad53d861b70e807e690e067f63cb62ab5e5 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Mon, 3 Mar 2014 00:09:50 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20m/fi?= =?UTF-8?q?chier/conf=20=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20superTo?= =?UTF-8?q?rnado.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- m/fichier/conf | 2 +- superTornado.py | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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 :