syntax error

This commit is contained in:
Alex Gaynor
2016-02-13 08:55:00 -05:00
parent 4f00a9905c
commit ae5bfe500e

View File

@@ -217,7 +217,7 @@ class CheckExternalLinksBuilder(Builder):
req_url = encode_uri(req_url)
# need to actually check the URI
for _ in range(self.app.config.linkcheck_retries)
for _ in range(self.app.config.linkcheck_retries):
status, info, code = check_uri()
if status != "broken":
break