Island: Add TODO about removing local_ips()

This commit is contained in:
Mike Salvatore 2022-06-13 13:01:57 -04:00
parent 3598b0d302
commit 133f7f5da1
1 changed files with 2 additions and 0 deletions

View File

@ -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():