Correctly parse fpp tournaments.
This commit is contained in:
		
							parent
							
								
									71aaf62c40
								
							
						
					
					
						commit
						26016bffb7
					
				| 
						 | 
				
			
			@ -32,7 +32,7 @@ class PokerStars(HandHistoryConverter):
 | 
			
		|||
    mixes = { 'HORSE': 'horse', '8-Game': '8game', 'HOSE': 'hose'} # Legal mixed games
 | 
			
		||||
    sym = {'USD': "\$", 'CAD': "\$", 'T$': "", "EUR": "\x80", "GBP": "\xa3"}         # ADD Euro, Sterling, etc HERE
 | 
			
		||||
    substitutions = {
 | 
			
		||||
                     'LEGAL_ISO' : "USD|EUR|GBP|CAD",    # legal ISO currency codes
 | 
			
		||||
                     'LEGAL_ISO' : "USD|EUR|GBP|CAD|FPP",    # legal ISO currency codes
 | 
			
		||||
                            'LS' : "\$|\x80|\xa3"        # legal currency symbols  ADD Euro, Sterling, etc HERE
 | 
			
		||||
                    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user