From 266c2401176a05bc0e808621ecfeaabecd1e5b44 Mon Sep 17 00:00:00 2001 From: spoob Date: Sun, 14 Jun 2009 16:28:26 +0200 Subject: added relink.os Container Plugin --- module/thread_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') diff --git a/module/thread_list.py b/module/thread_list.py index bfe99c6e2..615c39243 100644 --- a/module/thread_list.py +++ b/module/thread_list.py @@ -190,4 +190,4 @@ class Thread_List(object): while ip == "": #solange versuch bis neue ip ausgelesen ip = re.match(".*Current IP Address: (.*).*", urllib2.urlopen("http://checkip.dyndns.org/").read()).group(1) time.sleep(1) - self.parent.logger.info("Reconnected, new IP: " + ip) \ No newline at end of file + self.parent.logger.info("Reconnected, new IP: " + ip) -- cgit v1.2.3