From 32dd89caead0dff1c8f23c3535cd357f814bb9a9 Mon Sep 17 00:00:00 2001
From: Constantin Wenger <constantin.wenger@googlemail.com>
Date: Thu, 13 Jun 2019 11:12:44 +0000
Subject: [PATCH] fixed some things and made hash generation and image download parallel also added set icon download (it needs the sets.json from scryfall in data dir)
---
config.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/config.py b/config.py
index 0e77db2..89a338b 100644
--- a/config.py
+++ b/config.py
@@ -20,7 +20,7 @@
'ddt', 'v17', 'ddu', 'cm2', 'ss1', 'gs1', 'c18']
# Supplemental sets
set_sup_list = ['hop', 'arc', 'pc2', 'cns', 'cn2', 'e01', 'e02', 'bbd']
- all_set_list = set_2003_list #+ set_2015_list + set_box_list + set_sup_list
+ all_set_list = set_2003_list + set_2015_list + set_box_list + set_sup_list
card_mask_path = os.path.abspath('data/mask.png')
data_dir = os.path.abspath('/media/win10/data')
--
Gitblit v1.10.0