diff --git a/kiwixbuild/utils.py b/kiwixbuild/utils.py index 2db5c09..0de3a43 100644 --- a/kiwixbuild/utils.py +++ b/kiwixbuild/utils.py @@ -184,7 +184,7 @@ def download_remote(what, where): current = (current + 1) % 4 file.write(batch) except urllib.error.URLError as e: - print("Cannot download url {}:\n{}".format(what.url, e.reason)) + print("Cannot download URL {}\n{}".format(what.url, e.reason)) raise StopBuild() if not what.sha256: