From fa94be3620dc16aad07a9f2960309a2fdb23a6d9 Mon Sep 17 00:00:00 2001 From: Shunta Komatsu Date: Sun, 23 Sep 2018 11:02:21 +0900 Subject: [PATCH] Update --- image_collector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/image_collector.py b/image_collector.py index 5e136ac..117b439 100644 --- a/image_collector.py +++ b/image_collector.py @@ -115,6 +115,7 @@ def download(self): def download_condition(self, i): # print(str(i+1)+'/'+(str(self.dl_count))) + pass def search(self, keyword, maximum): query = self.query_gen(keyword)