print-debugging

pull/219/head
Aevann 2023-12-18 22:11:30 +02:00
parent 2ce609ec9e
commit 28bdf0b2c9
1 changed files with 1 additions and 0 deletions

View File

@ -809,6 +809,7 @@ def normalize_url(url):
def normalize_url_gevent(url):
url = requests.get(url, headers=HEADERS, timeout=2).url
print(url, flush=True)
return normalize_url(url)
def validate_css(css):