diff --git a/pyfpdb/AbsoluteToFpdb.py b/pyfpdb/AbsoluteToFpdb.py index 5aebab4a..5f64a856 100755 --- a/pyfpdb/AbsoluteToFpdb.py +++ b/pyfpdb/AbsoluteToFpdb.py @@ -69,8 +69,8 @@ class Absolute(HandHistoryConverter): # on HORSE STUD games, the table name isn't in the hand info! re_RingInfoFromFilename = re.compile(ur".*IHH([0-9]+) (?P.*) -") re_TrnyInfoFromFilename = re.compile( - ur".*IHH ([0-9]+) (?P.*) "\ - ur"ID (?P\d+) \((?P
\d+)\) .* "\ + ur"IHH\s?([0-9]+) (?P.*) "\ + ur"ID (?P\d+)\s?\((?P
\d+)\) .* "\ ur"(?:\$|\s€|)(?P[0-9.]+)\s*\+\s*(?:\$|\s€|)(?P[0-9.]+)" )