From 2c60640cc5c08714314c21ddb0c98f990a4b94e5 Mon Sep 17 00:00:00 2001 From: ManyManyTomato <93612024+ATTomatoo@users.noreply.github.com> Date: Fri, 11 Apr 2025 22:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=8D=E5=AD=90=E5=95=86=E5=BA=97=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.py b/command.py index f9b6e1c..9e69ed6 100644 --- a/command.py +++ b/command.py @@ -103,7 +103,7 @@ diuse_farm.shortcut( ) @diuse_farm.assign("seed-shop") -async def _(session: Uninfo, num: Query[int] = AlconnaQuery("num", 1)): +async def _(session: Uninfo, num: Query[int] = AlconnaQuery("num", 0)): uid = str(session.user.id) if await isRegisteredByUid(uid) == False: