From ff863fe7f8540a10e699e445317d6b2399c51440 Mon Sep 17 00:00:00 2001
From: SpeedProg <speedprog@googlemail.com>
Date: Fri, 23 Aug 2019 17:12:36 +0000
Subject: [PATCH] added some code related to finding the set

---
 config.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/config.py b/config.py
index 971f77a..c27dbe8 100644
--- a/config.py
+++ b/config.py
@@ -25,6 +25,8 @@
     all_set_list = ['m20']
     #all_set_list = ['war', 'grn', 'rna']
     all_set_list = ['akh', 'dom', 'xln']
+    all_set_set = set(all_set_list)
+    all_set_list = list(all_set_set)
     set_2003_list = all_set_list
     set_2015_list = all_set_list
     card_mask_path = os.path.abspath('data2/mask.png')

--
Gitblit v1.10.0