Build precise queries to find exactly what you need
Press ESC to close
@minitux
Favorites0
Views
Projects0
line 111 : state = line.split(":")[-1][1:-1] just add after this line : state = state.strip() and it works very fine now :-)
Reviewed 14 years ago