1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 23:14:47 +00:00
This commit is contained in:
deadc0de6
2023-09-17 22:51:08 +02:00
committed by deadc0de
parent a08ddcb99c
commit a62c5f3706

View File

@@ -107,7 +107,9 @@ def check_links(urls):
except Exception:
ret = 404
if ret == 403 and hostname in OK_WHEN_FORBIDDEN:
print(f' [{GREEN}OK-although-{ret}{RESET}] {MAGENTA}{url}{RESET}')
msg = f' [{GREEN}OK-although-{ret}{RESET}]'
msg += f' {MAGENTA}{url}{RESET}'
print(msg)
continue
if ret not in VALID_RET:
msg = (