Matheus Felipe
3 år sedan
committed by
GitHub
förälder
incheckning
846e338a75
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med
1 tillägg och
1 borttagningar
-
build/validate_links.py
|
|
@@ -64,7 +64,7 @@ def validate_links(links): |
|
|
|
}) |
|
|
|
code = int(resp[0]['status']) |
|
|
|
# Checking status code errors |
|
|
|
if (code >= 300): |
|
|
|
if (code >= 400): |
|
|
|
hasError = True |
|
|
|
print(f"ERR:CLT:{code} : {link}") |
|
|
|
except TimeoutError: |
|
|
|