From 01248b9092af115b62a2f9940da0f5f655fe8488 Mon Sep 17 00:00:00 2001 From: ninemine <1371605831@qq.com> Date: Wed, 29 Oct 2025 17:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=86=92=E9=99=A9=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- games/adventure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/adventure.py b/games/adventure.py index 3d78d40..93bf66b 100644 --- a/games/adventure.py +++ b/games/adventure.py @@ -32,7 +32,7 @@ class AdventureGame(BaseGame): ] self.total_weight: int = 0 - for weight,_ in self.prize_pool: + for weight,_,_ in self.prize_pool: self.total_weight += weight async def handle(self, command: str, chat_id: int, user_id: int) -> str: