From 447d60db1bbf7d0c23a6f4a648a3fa4102da9eef Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 25 Aug 2013 15:06:17 -0400 Subject: [PATCH] Typo --- tasks/afc_copyvios.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/afc_copyvios.py b/tasks/afc_copyvios.py index ef36c4c..cf9ca95 100644 --- a/tasks/afc_copyvios.py +++ b/tasks/afc_copyvios.py @@ -123,7 +123,7 @@ class AFCCopyvios(Task): self.cache_result(page, result) def _trial_reporter(self, violation, url, conf, queries, time): - data = u"\n-" * 80 + u"\n" + data = u"\n" + ("-" * 80) + u"\n" data += u"[[{0}]]\n".format(title) data += u"Violation? {0}\n".format("***YES***" if violation else "No") data += u"Confidence: {0}\n".format(conf)