diff --git a/opds.py b/opds.py index 22561a5..cfb66d8 100644 --- a/opds.py +++ b/opds.py @@ -93,7 +93,7 @@ def __init__( url_for=url_for, include_logo=include_logos, web_client_uri_template=web_client_uri_template, - include_service_area=include_service_areas + include_service_area=include_service_areas, ) ) annotator.annotate_catalog(self, live=live) diff --git a/util/http.py b/util/http.py index 44b108a..90b414f 100644 --- a/util/http.py +++ b/util/http.py @@ -385,7 +385,7 @@ def debuggable_request(cls, http_method, url, make_request_with=None, **kwargs): make_request_with, http_method, process_response_with=cls.process_debuggable_response, - **kwargs + **kwargs, ) @classmethod