Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hisham waleed karam committed Jun 20, 2019
1 parent e973c93 commit edcda99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartoview/connections/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit edcda99

Please sign in to comment.