From 813ee70b551d19f61873714e181810d20e864ae1 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Sun, 8 Dec 2019 01:25:36 -0500 Subject: [PATCH] replace question/answer files --- CAH/cah.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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