mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
198a49454e
commit
d8457fe972
@ -92,9 +92,9 @@ class Browser(B):
|
||||
self._clone_actions['set_handle_gzip'] = ('set_handle_gzip',
|
||||
(handle,), {})
|
||||
|
||||
def set_debug_redirect(self, *args, **kwargs):
|
||||
B.set_debug_redirect(self, *args, **kwargs)
|
||||
self._clone_actions['set_debug_redirect'] = ('set_debug_redirect',
|
||||
def set_debug_redirects(self, *args, **kwargs):
|
||||
B.set_debug_redirects(self, *args, **kwargs)
|
||||
self._clone_actions['set_debug_redirects'] = ('set_debug_redirects',
|
||||
args, kwargs)
|
||||
|
||||
def set_debug_responses(self, *args, **kwargs):
|
||||
|
Loading…
x
Reference in New Issue
Block a user