Proper wording
This commit is contained in:
parent
3b0db70c64
commit
eedb2a7b55
1 changed files with 1 additions and 1 deletions
|
|
@ -282,7 +282,7 @@ class BaseBrowser(mechanize.Browser):
|
||||||
warning('Ho my fucking god, there isn\'t any page named %s' % result.geturl())
|
warning('Ho my fucking god, there isn\'t any page named %s' % result.geturl())
|
||||||
return
|
return
|
||||||
|
|
||||||
debug('[%s] Gone on %s' % (self.username, result.geturl()))
|
debug('[%s] Went on %s' % (self.username, result.geturl()))
|
||||||
self.last_update = time.time()
|
self.last_update = time.time()
|
||||||
|
|
||||||
document = self.parser.parse(result, self.ENCODING)
|
document = self.parser.parse(result, self.ENCODING)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue