summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-06-14 16:28:26 +0200
committerGravatar spoob <spoob@gmx.de> 2009-06-14 16:28:26 +0200
commit266c2401176a05bc0e808621ecfeaabecd1e5b44 (patch)
tree8249ec5d5efc7ea34f0d94f29c265e8af6e8ba64 /module
parentthird try (diff)
downloadpyload-266c2401176a05bc0e808621ecfeaabecd1e5b44.tar.xz
added relink.os Container Plugin
Diffstat (limited to 'module')
-rw-r--r--module/thread_list.py2
1 files changed, 1 insertions, 1 deletions
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: (.*)</body>.*", 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)