Skip to content

Commit a608de8

Browse files
committed
add print
1 parent 78f0e5e commit a608de8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/economy/management/commands/get_prices.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ def coingecko(source, tokens):
148148

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

151+
print(url)
152+
151153
response = requests.get(url).json()
152154

153155
for token in tokens:

0 commit comments

Comments
 (0)