Skip to content

Commit

Permalink
fix: update header
Browse files Browse the repository at this point in the history
  • Loading branch information
SeisSerenata committed Jun 7, 2024
1 parent de9665e commit 67b586b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions any_parser/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

import requests

CAMBIO_UPLOAD_URL = "https://hp2i14jwa7.execute-api.us-west-2.amazonaws.com/v1/upload"
CAMBIO_REQUEST_URL = "https://hp2i14jwa7.execute-api.us-west-2.amazonaws.com/v1/request"
CAMBIO_QUERY_URL = "https://hp2i14jwa7.execute-api.us-west-2.amazonaws.com/v1/query"
CAMBIO_UPLOAD_URL = "https://qreije6m7l.execute-api.us-west-2.amazonaws.com/v1/upload"
CAMBIO_REQUEST_URL = "https://qreije6m7l.execute-api.us-west-2.amazonaws.com/v1/request"
CAMBIO_QUERY_URL = "https://qreije6m7l.execute-api.us-west-2.amazonaws.com/v1/query"


class AnyParser:
Expand All @@ -14,8 +14,8 @@ def __init__(self, apiKey) -> None:
self._requesturl = CAMBIO_REQUEST_URL
self._queryurl = CAMBIO_QUERY_URL
self._request_header = {
"authorizationToken": "-",
"apiKey": apiKey,
"authorizationtoken": "-",
"apikey": apiKey,
}
self.timeout = 60

Expand Down

0 comments on commit 67b586b

Please sign in to comment.