/shrug
This commit is contained in:
parent
2b3f000e1a
commit
ae101ec1c3
|
@ -61,6 +61,7 @@ def get_random_useragent() -> str:
|
|||
|
||||
|
||||
async def verify_link(url: str) -> float:
|
||||
if not url: return 0
|
||||
total_score = 0
|
||||
logger.info("Verifying link %s", url)
|
||||
if not url.startswith("http"):
|
||||
|
|
Loading…
Reference in New Issue