This commit is contained in:
Mark Bergman (aka xychix) 2017-04-02 07:15:48 +00:00 committed by GitHub
commit c1535e20df

View file

@ -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'