Skip to content

Commit

Permalink
Fix for Winning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChazDazzle committed Nov 3, 2023
1 parent 2ff3052 commit 3414e05
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyfpdb/WinningToFpdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ class Winning(HandHistoryConverter):

#Hand #78708209 - Omaha H/L(Fixed Limit) - $20.00/$40.00 - 2019/07/18 15:13:01 UTC
#Hand #68217077 - Holdem(No Limit) - $0.05/$0.10 - 2019/06/28 02:38:17 UTC
#Hand #1916523972 - Omaha H/L (No Limit) - $3.00/$6.00 - 2023/11/02 13:08:56 UTC
#Game Hand #80586589 - Tournament #11182752 - Holdem(No Limit) - Level 15 (250.00/500.00)- 2019/07/21 17:44:50 UTC
#Game Hand #82980175 - Tournament #11212445 - Omaha H/L(Pot Limit) - Level 1 (250.00/500.00)- 2019/07/25 02:31:33 UTC
#Game Hand #1296393662 - $5,000 GTD Tournament #27099516 - Holdem(No Limit) - Level 10 (3000.00/6000.00)- 2022/07/11 01:11:44 UTC
Expand All @@ -160,7 +161,7 @@ class Winning(HandHistoryConverter):
(?P<TOUR>([\$.,\dKkmM]+\sGTD\s)?Tournament\s\#(?P<TOURNO>\d+)\s\-\s) # open paren of tournament info
)?
# close paren of tournament info
(?P<GAME>Holdem|Omaha|Omaha\sH/L|7Stud|7Stud\sH/L|5Card\sOmaha|5Card\sOmaha\sH/L)
(?P<GAME>Holdem|Omaha|Omaha\sH/L|7Stud|7Stud\sH/L|5Card\sOmaha|5Card\sOmaha\sH/L)\s?
\((?P<LIMIT>No\sLimit|Fixed\sLimit|Pot\sLimit|All\-in\sor\sFold\sLimit)\)\s\-\s
(Level\s(?P<LEVEL>[IVXLC\d]+)\s)?
\(? # open paren of the stakes
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Hand #1916523972 - Omaha H/L (No Limit) - $3.00/$6.00 - 2023/11/02 13:08:56 UTC
Catlettsburg 9-max Seat #2 is the button
Seat 1: Player0 ($502.98)
Seat 2: Player1 ($287.70)
Seat 3: Player2 ($243.00)
Seat 4: Hero ($120.00)
Seat 9: Player3 ($180.77)
Player2 posts the small blind $3.00
Hero posts the big blind $6.00
*** HOLE CARDS ***
Dealt to Hero [7d Th 4s Qc]
Player3 folds
Player0 folds
Player1 folds
Player2 folds
Hero does not show
*** SUMMARY ***
Total pot $9.00
Seat 1: Player0 folded on the Pre-Flop and did not bet
Seat 2: Player1 (button) folded on the Pre-Flop
Seat 3: Player2 (small blind) folded on the Pre-Flop
Seat 4: Hero did not show and won $9.00
Seat 9: Player3 folded on the Pre-Flop and did not bet

0 comments on commit 3414e05

Please sign in to comment.