Skip to content

Commit

Permalink
Fix headers in GetPriceAPI()
Browse files Browse the repository at this point in the history
  • Loading branch information
freQniK committed Nov 6, 2023
1 parent eb15dde commit 7177466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coin_api/get_price.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async def get_usd(self, coin):
"accept": "application/json",
"X-API-KEY": f"{API_KEY}"
}
Request = HTTPRequests.MakeRequest(headers=self.headers)
Request = HTTPRequests.MakeRequest(headers=headers)
http = Request.hadapter()

for key,value in IBCTokens.CSAPPMAP.items():
Expand Down

0 comments on commit 7177466

Please sign in to comment.