mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Forgot to remove the creation of debugging files.
This commit is contained in:
parent
089d032b34
commit
33847807f7
@ -278,9 +278,6 @@ class Http(callbacks.Privmsg):
|
|||||||
fd = urllib2.urlopen(url)
|
fd = urllib2.urlopen(url)
|
||||||
html = fd.read()
|
html = fd.read()
|
||||||
fd.close()
|
fd.close()
|
||||||
fd = file('%s.netcraft' % hostname, 'w')
|
|
||||||
fd.write(html)
|
|
||||||
fd.close()
|
|
||||||
m = self._netcraftre.search(html)
|
m = self._netcraftre.search(html)
|
||||||
if m:
|
if m:
|
||||||
html = m.group(1)
|
html = m.group(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user