mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 15:03:01 +02:00
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:
parent
0489085c68
commit
f1a499b616
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user