Set crypto timePeriod to a week
This commit is contained in:
parent
89b1bd4299
commit
438214597c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ def compute(args: argparse.Namespace) -> str:
|
||||||
round_nb = args.round
|
round_nb = args.round
|
||||||
|
|
||||||
req = requests.get(
|
req = requests.get(
|
||||||
"https://api.coinranking.com/v1/public/coins?base={}&symbols={}&timePeriod=30d".format(
|
"https://api.coinranking.com/v1/public/coins?base={}&symbols={}&timePeriod=7d".format(
|
||||||
base, coin
|
base, coin
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue