Selaa lähdekoodia

Typo

pull/15/head
Ben Kurtovic 11 vuotta sitten
vanhempi
commit
447d60db1b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      tasks/afc_copyvios.py

+ 1
- 1
tasks/afc_copyvios.py Näytä tiedosto

@@ -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)


Ladataan…
Peruuta
Tallenna