add preflop actors to blindsantes for determining who was in hand for wtsd calcs
This commit is contained in:
		
							parent
							
								
									0c318df8ea
								
							
						
					
					
						commit
						d20c82c296
					
				|  | @ -292,7 +292,7 @@ class DerivedStats(): | ||||||
|          |          | ||||||
|         # hand.players includes people that are sitting out on some sites. |         # hand.players includes people that are sitting out on some sites. | ||||||
|         # Those that posted an ante should have been deal cards. |         # Those that posted an ante should have been deal cards. | ||||||
|         p_in = set([x[0] for x in hand.actions['BLINDSANTES']]) |         p_in = set([x[0] for x in hand.actions['BLINDSANTES']] + [x[0] for x in hand.actions['PREFLOP']]) | ||||||
| 
 | 
 | ||||||
|         for (i, street) in enumerate(hand.actionStreets): |         for (i, street) in enumerate(hand.actionStreets): | ||||||
|             actions = hand.actions[street] |             actions = hand.actions[street] | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user