Exemplo n.º 1
0
def get_ip_via_netifaces(loc=''):
    return utils.get_local_ip_addr()[0][0]
Exemplo n.º 2
0
def get_ip_via_netifaces(iface_index):
    return utils.get_local_ip_addr()[iface_index][0]