mirror of
https://github.com/Redume/Shirino.git
synced 2025-07-03 18:50:55 +01:00
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
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
This commit is contained in:
parent
c0e9152f4f
commit
3a83e55343
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue