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) --- data/obj.data | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/data/obj.data b/data/obj.data index 1837612..61589ac 100644 --- a/data/obj.data +++ b/data/obj.data @@ -2,4 +2,4 @@ train = train.txt valid = test.txt names = data/obj.names -backup = backup/ \ No newline at end of file +backup = backup/ -- Gitblit v1.10.0