From f23a79d61875f40dbbc1818ba151dfab8aed42f8 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 5 Jul 2026 16:46:01 +0000 Subject: [PATCH] Add debug logging for slot activations --- frontend.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend.py b/frontend.py index c295260..b15b707 100644 --- a/frontend.py +++ b/frontend.py @@ -1682,6 +1682,8 @@ async def api_open_slot_case( return "" reel_activations = [pick_activation() for _ in range(3)] + activations_str = ', '.join(a if a else 'none' for a in reel_activations) + print(f"[SLOT] activations: {activations_str}") match = False prize_data = None