mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
33f84ba169
commit
6c4b405b0d
@ -39,7 +39,7 @@ class Browser(B):
|
|||||||
args, kwargs)
|
args, kwargs)
|
||||||
|
|
||||||
def set_handle_gzip(self, handle):
|
def set_handle_gzip(self, handle):
|
||||||
self._set_handler('_gzip', handle)
|
B._set_handler(self, '_gzip', handle)
|
||||||
self._clone_actions['set_handle_gzip'] = ('set_handle_gzip',
|
self._clone_actions['set_handle_gzip'] = ('set_handle_gzip',
|
||||||
(handle,), {})
|
(handle,), {})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user