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

This commit is contained in:
Danil 2025-04-21 21:12:00 +03:00
parent d47a1afb84
commit 65236eeec8

View file

@ -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)