Changeset - aa7bc762efce
[Not reviewed]
default
0 1 0
Dennis Fink - 11 years ago 2013-11-18 21:16:20
dennis.fink@c3l.lu
updated ennstatus
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Scripts/update_server.py
Show inline comments
 
@@ -67,8 +67,10 @@ def get_ip(tor_config):
 
        match = IP_REGEX.match(i)
 

	
 
        if match is not None:
 
            print('IP is:', i.groups()[1])
 
            return i.groups()[1]
 
        else:
 
            print('No ip')
 
            return None
 

	
 

	
0 comments (0 inline, 0 general)