mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 06:13:49 +00:00
linting
This commit is contained in:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user