modifié: superTornado.py
This commit is contained in:
		@@ -23,10 +23,10 @@ application = tornado.web.Application([
 | 
			
		||||
if __name__ == "__main__":
 | 
			
		||||
    #chargement congig
 | 
			
		||||
    confAveug = hand.estAveugle()
 | 
			
		||||
        if confAveug == True:
 | 
			
		||||
            print "->Blind unhabitant system configuration"
 | 
			
		||||
        else :
 | 
			
		||||
            print "->Not blind unhabitant system configuration"
 | 
			
		||||
    if confAveug == True:
 | 
			
		||||
        print "->Blind unhabitant system configuration"
 | 
			
		||||
    else :
 | 
			
		||||
        print "->Not blind unhabitant system configuration"
 | 
			
		||||
    http_server = tornado.httpserver.HTTPServer(application)
 | 
			
		||||
    http_server.listen(80)
 | 
			
		||||
    tornado.ioloop.IOLoop.instance().start()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user