Small patch from Carl to allow for 50BB tables on Stars

This commit is contained in:
Ray 2008-09-23 10:23:15 -04:00
parent 276f6ba262
commit 32ac9bdaac

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