Merge /home/reb402/workspace/free_poker_tools
This commit is contained in:
		
						commit
						eba9f6d28e
					
				|  | @ -673,7 +673,7 @@ or None if we fail to get the info """ | |||
|         "Returns string to search window title for tournament table no." | ||||
| # Full Tilt:  $30 + $3 Tournament (181398949), Table 1 - 600/1200 Ante 100 - Limit Razz | ||||
| # PokerStars: WCOOP 2nd Chance 02: $1,050 NLHE - Tournament 307521826 Table 1 - Blinds $30/$60 | ||||
|         return "%s.+Table (\d+)" % (tournament, ) | ||||
|         return "%s.+(?:Table|Torneo) (\d+)" % (tournament, ) | ||||
| 
 | ||||
| def getTableTitleRe(config, sitename, *args, **kwargs): | ||||
|     "Returns string to search in windows titles for current site" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user