Ben Kurtovic пре 9 година
родитељ
комит
e99e1c1ef1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      earwigbot/wiki/copyvios/parsers.py

+ 1
- 1
earwigbot/wiki/copyvios/parsers.py Прегледај датотеку

@@ -110,7 +110,7 @@ class ArticleTextParser(_BaseTextParser):
remove(wikicode, tag)

# Merge in template contents when the values are long:
self._merge_templates(code)
self._merge_templates(wikicode)

clean = wikicode.strip_code(normalize=True, collapse=True)
self.clean = re.sub("\n\n+", "\n", clean).strip()


Loading…
Откажи
Сачувај