From 9bef36b8269ef2f008847a48c7c24d6714e494e1 Mon Sep 17 00:00:00 2001 From: tom5079 Date: Mon, 5 Oct 2020 19:27:30 +0900 Subject: [PATCH] Delete print progress --- scripts/tags.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/tags.py b/scripts/tags.py index 0782cc0e..fee8b10a 100644 --- a/scripts/tags.py +++ b/scripts/tags.py @@ -14,7 +14,6 @@ tags = dict() count_regex = re.compile(r".+\((\d+)\)$") for index in indices: - print('.', end='', file=sys.stderr) url = f'https://hitomi.la/alltags-{index}.html' soup = BeautifulSoup(requests.get(url).text, 'html.parser')