diff --git a/crawler.py b/crawler.py index 0c5cfe2..83dd95b 100755 --- a/crawler.py +++ b/crawler.py @@ -166,7 +166,7 @@ def get_recently_failed_domains(): return domains revisions = revisions.split('\n') - error_pattern = re.compile("(?:WebDriver|InsecureCertificate)Exception on ([^:]+):") + error_pattern = re.compile("Exception on ([^:]+):") timeout_pattern = re.compile("Timed out loading (.+)$") timeout_counts = {} logs = []