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