chore: change status gen charts if users not exists db
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled

This commit is contained in:
Danil 2025-05-18 11:24:38 +03:00
parent c0e9152f4f
commit 3a83e55343

View file

@ -91,7 +91,7 @@ async def currency(query: types.InlineQuery) -> None:
chart = None
if bool(data.get('chart', 0)):
if bool(data.get('chart', 1)):
chart = await create_chart(
from_currency,
conv_currency,