diff --git a/utils.py b/utils.py index 268c419..bb2ed86 100644 --- a/utils.py +++ b/utils.py @@ -107,7 +107,7 @@ def OsInterfaceIsSupported(): def IsOsX(): return sys.platform == "darwin" -def FindLocalIP(Iface, OURIP): +def FindLocalIP(Iface, OURIP=None): if Iface == 'ALL': return '0.0.0.0'