modifié: superTornado.py
This commit is contained in:
parent
6d82f76b7e
commit
d43abefe34
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user