File "C:\Users\User\Desktop\SniffnDetect-master\app.py", line 8, in <module>
sniffer = SniffnDetect()
File "C:\Users\User\Desktop\SniffnDetect-master\sniffndetect.py", line 16, in __init__
self.MY_IP = [x[4] for x in conf.route.routes if x[2] != '0.0.0.0' and x[3]==self.INTERFACE][0]
IndexError: list index out of range