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')