mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +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)
|
||||
html = fd.read()
|
||||
fd.close()
|
||||
fd = file('%s.netcraft' % hostname, 'w')
|
||||
fd.write(html)
|
||||
fd.close()
|
||||
m = self._netcraftre.search(html)
|
||||
if m:
|
||||
html = m.group(1)
|
||||
|
Loading…
Reference in New Issue
Block a user