mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 10:35:20 -04:00
...
This commit is contained in:
@@ -39,7 +39,7 @@ class Browser(B):
|
||||
args, kwargs)
|
||||
|
||||
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',
|
||||
(handle,), {})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user