diff --git a/arjun/core/utils.py b/arjun/core/utils.py index 5a2ecc5..4ddb40e 100644 --- a/arjun/core/utils.py +++ b/arjun/core/utils.py @@ -79,7 +79,7 @@ def stable_request(url, headers): allow_redirects=redirects_allowed) content = response.headers.get('Content-Type', '') if not ('text' in content or 'html' in content or 'json' in content or 'xml' in content): - print('%s URL doesn\t seem to be a webpage. Skipping.' % info) + print('%s URL doesn\'t seem to be a webpage. Skipping.' % info) return None return response.url except Exception as e: