debug message on opening url
This commit is contained in:
parent
d0c7213489
commit
952d99adaa
1 changed files with 2 additions and 0 deletions
|
|
@ -240,6 +240,8 @@ class BaseBrowser(mechanize.Browser):
|
||||||
keep_args = copy(args)
|
keep_args = copy(args)
|
||||||
keep_kwargs = kwargs.copy()
|
keep_kwargs = kwargs.copy()
|
||||||
|
|
||||||
|
debug('[%s] Opening URL %s' % (self.username, args[0]))
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self._change_location(mechanize.Browser.open(self, *args, **kwargs))
|
self._change_location(mechanize.Browser.open(self, *args, **kwargs))
|
||||||
except BrowserRetry:
|
except BrowserRetry:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue