Skip to content

Commit

Permalink
add print
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Mar 4, 2021
1 parent 78f0e5e commit a608de8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/economy/management/commands/get_prices.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ def coingecko(source, tokens):

url = f'https://api.coingecko.com/api/v3/simple/price?ids={token_str}&vs_currencies=usd,eth'

print(url)

response = requests.get(url).json()

for token in tokens:
Expand Down

0 comments on commit a608de8

Please sign in to comment.