diff --git a/CAH/cah.py b/CAH/cah.py index 6733550..bfe26e6 100644 --- a/CAH/cah.py +++ b/CAH/cah.py @@ -5,8 +5,8 @@ from . import test # Settings you change card_folder = 'cards' -answer_cards_file_names = ['answer_cards', 'custom_answer_cards'] -question_cards_file_name = ['question_cards', 'question_cards1', 'question_cards2', 'custom_question_cards'] +answer_cards_file_names = ['answer_main', 'custom_answer_cards'] +question_cards_file_name = ['question_main', 'custom_question_cards'] blank_format = '__________' # Settings that are used