fix: add missing comma in poker_modifier_app.py

Fix syntax error: missing comma between dictionary items in modifiers list
This commit is contained in:
Krzysztof kuhy Rudnicki 2025-11-30 13:45:16 +01:00
parent e3f9e6dc0b
commit 659a0be2b4

View File

@ -247,7 +247,7 @@ class PokerModifierApp:
{
"name": "Underdog Victory",
"description": "Worst hand wins the pot instead of best hand this round."
}
},
# Winner Takes All Variants
{
"name": "Crown Jewels",