From f36276c75406a8de6997e61a582344337ab6ff6d Mon Sep 17 00:00:00 2001 From: manetta Date: Wed, 29 Sep 2021 18:57:15 +0200 Subject: [PATCH] sync --- command-line/update.py | 1 - 1 file changed, 1 deletion(-) diff --git a/command-line/update.py b/command-line/update.py index 8ae906c..bff69cd 100644 --- a/command-line/update.py +++ b/command-line/update.py @@ -66,7 +66,6 @@ def download_media(html, images, wiki): image = data['query']['allimages'][0] # then we download the image - print(image) image_url = image['url'] image_filename = image['name'] print('Downloading:', image_filename)