Random Project

a patch for centos 6

line 111 :
state = line.split(“:”)[-1][1:-1]

just add after this line :

state = state.strip()

and it works very fine now 🙂