Matheus Felipe
vor 3 Jahren
committed by
GitHub
Ursprung
Commit
846e338a75
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit
1 neuen und
1 gelöschten Zeilen
-
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: |
|
|
|