From b70049c4771bef8a275a16d838429c8bdb23aa05 Mon Sep 17 00:00:00 2001 From: 4roring <4roring@naver.com> Date: Sat, 23 Nov 2024 01:50:15 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=99=EA=B3=A0=EB=B3=B4=EB=93=9C=20?= =?UTF-8?q?=EC=A4=91=EB=B3=B5=EC=9C=BC=EB=A1=9C=20=EB=B0=9B=EC=95=84?= =?UTF-8?q?=EC=A7=80=EB=8A=94=20=EB=B6=80=EB=B6=84=20=EA=B0=9C=EC=84=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/bingo/bingo_boards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/bingo/bingo_boards.py b/app/models/bingo/bingo_boards.py index d743d1f..25b8834 100644 --- a/app/models/bingo/bingo_boards.py +++ b/app/models/bingo/bingo_boards.py @@ -116,7 +116,7 @@ async def update_bingo_status_by_selected_user( not_selected_ids = [] for idx, bingo_dict in board_data.items(): value, status = bingo_dict["value"], bingo_dict["status"] - if receive_user.username == value: # 이미 interaction 한 유저인 경우는 Pass + if send_user.username == value: # 이미 interaction 한 유저인 경우는 Pass already_interaction = True break if status == 0: