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