forked from p15670423/monkey
Island: Add TODO about removing local_ips()
This commit is contained in:
parent
3598b0d302
commit
133f7f5da1
|
@ -8,6 +8,8 @@ from netifaces import AF_INET, ifaddresses, interfaces
|
|||
from ring import lru
|
||||
|
||||
# Local ips function
|
||||
# TODO: I can't find anywhere these are actually used. Confirm this is the case, remove these
|
||||
# functions, and test.
|
||||
if sys.platform == "win32":
|
||||
|
||||
def local_ips():
|
||||
|
|
Loading…
Reference in New Issue