Files
wifite2/py/Client.py
derv82 af5e3aaca9 Ignore error when parsing Client row.
Explanation of bug (Why error wasn't being caught):

```
try:
    ...
except IndexError, ValueError:
    # Only catches IndexError.
    # ValueError is a *variable* holding the IndexError !
```
2018-02-27 04:20:21 -05:00

1.3 KiB