massive cleanup
This commit is contained in:
parent
81da0e63fa
commit
5a6ec6f75c
35 changed files with 134 additions and 126 deletions
|
@ -23,7 +23,7 @@ def main():
|
|||
FORMAT.format(
|
||||
symbol=j["symbol"].upper(),
|
||||
price=j["market_data"]["current_price"][CURRENCY],
|
||||
trend=j["market_data"]["price_change_percentage_24h"],
|
||||
trend=j["market_data"]["price_change_percentage_7d"],
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue