diff options
Diffstat (limited to 'lib/python/Components/Network.py')
| -rw-r--r-- | lib/python/Components/Network.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py index c38c44c6..861d29ef 100644 --- a/lib/python/Components/Network.py +++ b/lib/python/Components/Network.py @@ -126,6 +126,7 @@ class Network: ip = gethostbyname(gethostname()).split('.') except: print "[Network.py] Could not get current ip (not necessarily an error)" + print "[Network.py] got ip " + str(ip) return ip iNetwork = Network() |
