Fix extra lines in previous commit.
This commit is contained in:
		
							parent
							
								
									6d292c50d9
								
							
						
					
					
						commit
						66e734588c
					
				|  | @ -83,11 +83,6 @@ def ring_holdem_omaha(config, backend, db, cursor, base, category, site_hand_no, | ||||||
|     else: |     else: | ||||||
|         fastStoreHudCache = False |         fastStoreHudCache = False | ||||||
| 
 | 
 | ||||||
|     fpdb_simple.fillCardArrays(len(names), base, category, card_values, card_suits) |  | ||||||
|      |  | ||||||
|     hands_id=fpdb_simple.storeHands(backend, db, cursor, site_hand_no, gametype_id |  | ||||||
|                                    ,hand_start_time, names, tableName, maxSeats) |  | ||||||
|      |  | ||||||
|     t0 = time() |     t0 = time() | ||||||
|     fpdb_simple.fillCardArrays(len(names), base, category, card_values, card_suits) |     fpdb_simple.fillCardArrays(len(names), base, category, card_values, card_suits) | ||||||
|     t1 = time() |     t1 = time() | ||||||
|  | @ -135,11 +130,6 @@ def tourney_holdem_omaha(config, backend, db, cursor, base, category, siteTourne | ||||||
|     else: |     else: | ||||||
|         fastStoreHudCache = False |         fastStoreHudCache = False | ||||||
| 
 | 
 | ||||||
|     fpdb_simple.fillCardArrays(len(names), base, category, card_values, card_suits) |  | ||||||
|      |  | ||||||
|     hands_id=fpdb_simple.storeHands(backend, db, cursor, site_hand_no, gametype_id |  | ||||||
|                                    ,hand_start_time, names, tableName, maxSeats) |  | ||||||
|      |  | ||||||
|     fpdb_simple.fillCardArrays(len(names), base, category, card_values, card_suits) |     fpdb_simple.fillCardArrays(len(names), base, category, card_values, card_suits) | ||||||
|     fpdb_simple.fill_board_cards(board_values, board_suits) |     fpdb_simple.fill_board_cards(board_values, board_suits) | ||||||
|      |      | ||||||
|  | @ -183,11 +173,6 @@ def tourney_stud(config, backend, db, cursor, base, category, siteTourneyNo, buy | ||||||
|     else: |     else: | ||||||
|         fastStoreHudCache = False |         fastStoreHudCache = False | ||||||
|      |      | ||||||
|     fpdb_simple.fillCardArrays(len(names), base, category, card_values, card_suits) |  | ||||||
|      |  | ||||||
|     hands_id=fpdb_simple.storeHands(backend, db, cursor, site_hand_no, gametype_id |  | ||||||
|                                    ,hand_start_time, names, tableName, maxSeats) |  | ||||||
|      |  | ||||||
|     fpdb_simple.fillCardArrays(len(names), base, category, cardValues, cardSuits) |     fpdb_simple.fillCardArrays(len(names), base, category, cardValues, cardSuits) | ||||||
|      |      | ||||||
|     tourney_id=fpdb_simple.store_tourneys(cursor, tourneyTypeId, siteTourneyNo, entries, prizepool, tourneyStartTime) |     tourney_id=fpdb_simple.store_tourneys(cursor, tourneyTypeId, siteTourneyNo, entries, prizepool, tourneyStartTime) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user