modifié: superTornado.py

This commit is contained in:
sidya82 2014-03-03 13:45:48 +01:00
parent 6d82f76b7e
commit d43abefe34
1 changed files with 2 additions and 2 deletions

View File

@ -172,12 +172,12 @@ if __name__ == "__main__":
log.printL(e.value, 40)
log.printL("Configuration Loading Failed ! Check Configuration File !", 40)
sys.exit(1)
print log.printL("->Configuration Server Load Successfully ", 25)
print log.printL("->Configuration Server Load Successfully !", 25)
if blind == True:
log.printL(" ->Blind unhabitant", 25)
else :
log.printL(" ->Not blind unhabitant",25)
log.printL(" ->Ip camera : " + ipCamera,20)
log.printL(" ->Ip camera : " + ipCamera,25)
log.printL(" ->Port Camera : " + portCamera,25)
log.printL(" ->Port Server : " + portServ,25)