diff --git a/src/calibre/utils/browser.py b/src/calibre/utils/browser.py index f188d6b45a..6f8703ab49 100644 --- a/src/calibre/utils/browser.py +++ b/src/calibre/utils/browser.py @@ -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,), {})