diff --git a/cartoview/connections/utils.py b/cartoview/connections/utils.py index ef429aa5..90c5254c 100644 --- a/cartoview/connections/utils.py +++ b/cartoview/connections/utils.py @@ -80,6 +80,6 @@ def get_handler_class_handler(self): @property @lru_cache(maxsize=256) def anonymous_session(self): - handler = self.get_handler_class_handler("NoAuth") + handler = self.get_handler_class_handler() session = handler.requests_retry_session() return session