shadowsocks
shadowsocks copied to clipboard
TabError: inconsistent use of tabs and spaces in indentation
flake8 testing of https://github.com/edwardz246003/shadowsocks on Python 3.8.1
$ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
./attack2_with_https_pocket.py:40:34: E999 TabError: inconsistent use of tabs and spaces in indentation x=xor(prefix_https_recv,targetIP) ^
1 E999 TabError: inconsistent use of tabs and spaces in indentation
1