From 3a83e553430b9474fa86afad5c1555ba5a084e0c Mon Sep 17 00:00:00 2001 From: Redume Date: Sun, 18 May 2025 11:24:38 +0300 Subject: [PATCH] chore: change status gen charts if users not exists db --- commands/currency.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/currency.py b/commands/currency.py index 9907f39..32a93d7 100644 --- a/commands/currency.py +++ b/commands/currency.py @@ -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,