mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-11 10:00:58 +00:00
dont connect with base class
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1561 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
26ad2faa49
commit
388d25c949
1 changed files with 0 additions and 1 deletions
|
|
@ -48,7 +48,6 @@ class TelnetUrl (urlbase.UrlBase):
|
|||
super(TelnetUrl, self).local_check()
|
||||
|
||||
def check_connection (self):
|
||||
super(TelnetUrl, self).check_connection()
|
||||
self.url_connection = telnetlib.Telnet()
|
||||
if self.consumer.config.get("debug"):
|
||||
self.url_connection.set_debuglevel(1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue