Skip to content

Commit

Permalink
Revert "Use https instead of http"
Browse files Browse the repository at this point in the history
This reverts commit d151f93.
  • Loading branch information
bpepple committed Jul 28, 2024
1 parent c8b697b commit 2be3534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esak/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(
self.public_key = public_key
self.private_key = private_key
self.cache = cache
self.api_url = "https://gateway.marvel.com:80/v1/public/{}"
self.api_url = "http://gateway.marvel.com:80/v1/public/{}"

@staticmethod
def _create_cached_params(params: dict[str, Any]) -> str:
Expand Down

0 comments on commit 2be3534

Please sign in to comment.