modifié: m/fichier/conf
modifié: superTornado.py
This commit is contained in:
parent
d43abefe34
commit
baeec52526
@ -1,4 +1,4 @@
|
|||||||
blind=1
|
blind=1
|
||||||
camera=192.168.1.13
|
camera=192.168.1.13
|
||||||
portCamera=80
|
|
||||||
portServ=80
|
portServ=80
|
||||||
|
@ -183,6 +183,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
try :
|
try :
|
||||||
log.printL("->Server Start ...",20)
|
log.printL("->Server Start ...",20)
|
||||||
|
tornado.options.parse_command_line()
|
||||||
http_server = tornado.httpserver.HTTPServer(application)
|
http_server = tornado.httpserver.HTTPServer(application)
|
||||||
http_server.listen(portServ)
|
http_server.listen(portServ)
|
||||||
log.printL("->Server Start Successfully !",25)
|
log.printL("->Server Start Successfully !",25)
|
||||||
|
Reference in New Issue
Block a user