always use ip/route to detect local ipv4

This commit is contained in:
j 2014-05-23 13:22:30 +02:00
commit d787cec8e2
2 changed files with 22 additions and 24 deletions

View file

@ -6,8 +6,6 @@ import json
import logging
import socket
import struct
import subprocess
import sys
import thread
from threading import Thread