Changed whitespace and added additional debug and wait information in konachan backend
This commit is contained in:
parent
76b008a499
commit
02f454d32d
@ -157,11 +157,13 @@ class downloader:
|
|||||||
max_depth = max_depth // 2
|
max_depth = max_depth // 2
|
||||||
else:
|
else:
|
||||||
max_depth = max_depth // 2
|
max_depth = max_depth // 2
|
||||||
|
time.sleep(2)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
break
|
break
|
||||||
|
|
||||||
if not selected:
|
if not selected:
|
||||||
|
print("Error searching:", search_url_tags)
|
||||||
return None
|
return None
|
||||||
|
|
||||||
tag_response = collect_tags(selected)
|
tag_response = collect_tags(selected)
|
||||||
|
Reference in New Issue
Block a user