p91 - patch to HUD table detection from carl

This commit is contained in:
steffen123
2008-09-22 03:31:33 +01:00
parent 8c6cecb8f7
commit 7ed7a2b88c
3 changed files with 7 additions and 21 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ def pokerstars_decode_table(tw):
tw.name = name
else:
tw.tournament = None
for pattern in [' no all-in', ' fast', ',']:
for pattern in [' no all-in', ' fast', ',', ' 50BB min']:
name = re.sub(pattern, '', name)
name = re.sub('\s+$', '', name)
tw.name = name