Skip to content

Commit

Permalink
api: fix tether label for dia (#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 authored Jun 19, 2023
1 parent 4e1c721 commit a6885d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/market_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
api_key = os.environ.get("CG_API_KEY")

tickers = {
"tether usd": "tether",
"Tether USD": "tether",
}

@app.after_request
Expand Down

2 comments on commit a6885d8

@vercel
Copy link

@vercel vercel bot commented on a6885d8 Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a6885d8 Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.