Changed whitespace and added additional debug and wait information in konachan backend

This commit is contained in:
Anon 2024-01-08 17:13:50 -08:00
parent 76b008a499
commit 02f454d32d

View File

@ -157,11 +157,13 @@ class downloader:
max_depth = max_depth // 2
else:
max_depth = max_depth // 2
time.sleep(2)
continue
break
if not selected:
print("Error searching:", search_url_tags)
return None
tag_response = collect_tags(selected)