mirror of
https://github.com/Redume/Shirino.git
synced 2025-05-19 02:05:26 +01:00
chore: Changed the key to get the schedule
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
This commit is contained in:
parent
d47a1afb84
commit
65236eeec8
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ async def create_chart(from_currency: str, conv_currency: str) -> (dict, None):
|
||||||
|
|
||||||
data = await res.json()
|
data = await res.json()
|
||||||
|
|
||||||
return data.get('message', None)
|
return data.get('detail', None)
|
||||||
|
|
Loading…
Add table
Reference in a new issue