diff options
Diffstat (limited to 'bidding_data.py')
-rw-r--r-- | bidding_data.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bidding_data.py b/bidding_data.py index c489388..9b90731 100644 --- a/bidding_data.py +++ b/bidding_data.py @@ -143,7 +143,7 @@ class JFRBidding: custom_files = custom_files + board_files else: self.__board_number_mapping[b_number] = None - self.__tournament_files = custom_files + self.__tournament_files = list(set(custom_files)) # sitting read from BWS __round_lineups = {} |